Skip to content

Commit

Permalink
build: update test task flag to --run
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca committed Nov 16, 2024
1 parent 663d339 commit 290d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"test:unit": "vitest",
"test": "deno task test:unit --task && deno task test:e2e",
"test": "deno task test:unit --run && deno task test:e2e",
"test:e2e": " PW_DISABLE_TS_ESM=true playwright test"
},
"devDependencies": {
Expand Down

0 comments on commit 290d648

Please sign in to comment.