Skip to content

Commit 1a556fe

Browse files
Revert "test"
This reverts commit 61500be.
1 parent 2c4c64d commit 1a556fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"dockerDashComposeVersion": "v2"
1515
}
1616
},
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",
17+
"postCreateCommand": "docker compose build && cd customer-client && npm ci && npx playwright install --with-deps chromium",
1918
"customizations": {
2019
"vscode": {
2120
"settings": {},

0 commit comments

Comments
 (0)