Skip to content

Commit c6249a0

Browse files
committed
chore: simplify vitest test script
1 parent 330d710 commit c6249a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build:dev:watch": "tsc -w -p tsconfig.json",
5050
"build": "pnpm run clean && tsc -p tsconfig.release.json && tsc-alias -p tsconfig.release.json",
5151
"lint": "eslint . && tsc -p tsconfig.check.json",
52-
"test": "vitest run --coverage --watch --",
52+
"test": "vitest run --coverage",
5353
"test:e2e": "pnpm test:e2e:prepare && playwright test",
5454
"playwright": "playwright test",
5555
"playwright:golden": "playwright test --update-snapshots",

0 commit comments

Comments
 (0)