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