Skip to content

Commit

Permalink
ci(package): add debugging for server waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zweihander-Main committed Jun 28, 2024
1 parent 9538acd commit ebfc1b2
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 @@ -13,7 +13,7 @@
"test:watch": "vitest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/vitest.mjs --runInBand --watch",
"test:e2e": "is-ci-cli test:e2e:run test:e2e:dev",
"test:e2e:run": "CYPRESS_PROD_BUILD=true start-server-and-test serve http-get://localhost:4321 cy:run",
"test:e2e:run": "DEBUG=start-server-and-test CYPRESS_PROD_BUILD=true start-server-and-test serve http-get://localhost:4321 cy:run",
"test:e2e:dev": "CYPRESS_PROD_BUILD=false start-server-and-test dev http-get://localhost:4321 cy:open",
"test:e2e:dev:prod": "CYPRESS_PROD_BUILD=true start-server-and-test serve http-get://localhost:4321 cy:open",
"cy:run": "cypress run --env type=cli",
Expand Down

0 comments on commit ebfc1b2

Please sign in to comment.