Skip to content

Commit 4ac772d

Browse files
refactor: add "test:no-watch" script in package.json
1 parent 8c1bc0c commit 4ac772d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"scripts": {
2121
"dev": "vite",
2222
"test": "vitest",
23+
"test:no-watch": "vitest --watch=false --bail=0",
2324
"build": "tsc -b ./tsconfig.lib.json && vite build",
2425
"lint": "eslint .",
2526
"preview": "vite preview",

0 commit comments

Comments
 (0)