From 54165a3ed6102e93ba186e97d7bf972c59a1e902 Mon Sep 17 00:00:00 2001 From: Fredrik Lassen Date: Wed, 25 Feb 2026 00:15:18 +0100 Subject: [PATCH] #22 - fix language --- commands/host/1x-playwright-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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