We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b5d17 commit c55cae3Copy full SHA for c55cae3
images/src/wpvip-integrations-base/.devcontainer.json
@@ -6,7 +6,7 @@
6
"x-build": {
7
"name": "WPVIP Integrations",
8
"image-name": "wpvip-integrations-base",
9
- "image-version": "0.0.1"
+ "image-version": "0.0.2"
10
},
11
"remoteUser": "vscode",
12
"updateContentCommand": "/usr/local/bin/update-content.sh",
images/src/wpvip-integrations-base/update-content.sh
@@ -6,3 +6,7 @@ if [ -d node_modules ]; then
else
npm ci
fi
+
+if npm ls playwright > /dev/null; then
+ npx playwright install
+fi
0 commit comments