We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330d710 commit c6249a0Copy full SHA for c6249a0
package.json
@@ -49,7 +49,7 @@
49
"build:dev:watch": "tsc -w -p tsconfig.json",
50
"build": "pnpm run clean && tsc -p tsconfig.release.json && tsc-alias -p tsconfig.release.json",
51
"lint": "eslint . && tsc -p tsconfig.check.json",
52
- "test": "vitest run --coverage --watch --",
+ "test": "vitest run --coverage",
53
"test:e2e": "pnpm test:e2e:prepare && playwright test",
54
"playwright": "playwright test",
55
"playwright:golden": "playwright test --update-snapshots",
0 commit comments