We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4c64d commit 1a556feCopy full SHA for 1a556fe
1 file changed
.devcontainer/devcontainer.json
@@ -14,8 +14,7 @@
14
"dockerDashComposeVersion": "v2"
15
}
16
},
17
- "postCreateCommand": "cd customer-client && npm ci && npx playwright install --with-deps chromium",
18
- "postStartCommand": "docker compose up --build -d && cd golden-master-tests && npm run test:ui:codespaces",
+ "postCreateCommand": "docker compose build && cd customer-client && npm ci && npx playwright install --with-deps chromium",
19
"customizations": {
20
"vscode": {
21
"settings": {},
0 commit comments