Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/host/1x-playwright-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down