Skip to content

Commit

Permalink
fix: workaround start-server-and-test
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Oct 31, 2023
1 parent acbc20e commit 52522b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"server-examples": "lerna run dev --parallel --scope *-example",
"test": "jest",
"test:e2e": "cypress run",
"test:e2e-ci": "WAIT_ON_TIMEOUT=5000 start-server-and-test server-examples '3001|3002|3003' test:e2e",
"test:e2e-ci": "WAIT_ON_TIMEOUT=10000 start-server-and-test server-examples 'tcp:3001|tcp:3002' test:e2e",
"typecheck": "lerna exec --parallel --ignore @mocat/eslint-config --ignore global-example --ignore esm-example -- tsc --noEmit --project ."
},
"devDependencies": {
Expand Down

0 comments on commit 52522b4

Please sign in to comment.