Skip to content

Commit efcf52a

Browse files
test
1 parent d48b3f7 commit efcf52a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"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",
18+
"postStartCommand": "docker compose up --build && cd customer-client && npm run test:ui:codespaces",
1919
"customizations": {
2020
"vscode": {
2121
"settings": {},

0 commit comments

Comments
 (0)