Skip to content

Commit 964789c

Browse files
rename clo
1 parent 19b93cf commit 964789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bi-directional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "pnpm --filter bi-directional_* run build",
1313
"serve": "pnpm --filter bi-directional_* run serve",
1414
"clean": "pnpm --filter bi-directional_* run reset",
15-
"e2e:ci": "pnpm build && pnpm serve & sleep 15 && wait-on tcp:3001 && sleep 8 && wait-on tcp:3002 && sleep 8 && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
15+
"e2e:ci": "pnpm build && pnpm serve & sleep 15 && wait-on tcp:3001 && sleep 10 && wait-on tcp:3002 && sleep 8 && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome --headed --runner-ui"
1616
},
1717
"devDependencies": {
1818
"concurrently": "8.2.2",

0 commit comments

Comments
 (0)