Skip to content

Commit

Permalink
use headless
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Feb 19, 2024
1 parent 202de9a commit 907aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:server": "DEBUG=werift* ts-node-dev --project tsconfig.server.json ./server/main.ts",
"format": "npx @biomejs/biome check --apply server tests",
"prod:server": "DEBUG=werift* node lib/e2e/server/main.js",
"prod:test": "vitest run ./tests && node stop.js",
"prod:test": "vitest run ./tests --browser.headless && node stop.js",
"server": "npm run dev:server",
"test": "npm run prod:test",
"type": "tsc --noEmit -p tsconfig.server.json && tsc --noEmit -p tsconfig.json"
Expand Down

0 comments on commit 907aed6

Please sign in to comment.