diff --git a/commands/host/1x-playwright-install b/commands/host/1x-playwright-install index 215976f..ba76839 100755 --- a/commands/host/1x-playwright-install +++ b/commands/host/1x-playwright-install @@ -19,7 +19,7 @@ ddev restart ddev exec -d /var/www/html/ "mkdir -p test/playwright" -# Let's make sure all the @dxp-scoped package is defined. +# Let's make sure @dxp-scoped package registry is defined as it required in the starterkit below. DXP_REGISTRY=$(ddev exec "npm config get @dxp:registry") if [ -z "$DXP_REGISTRY" ] ; then