Skip to content

Commit 0169ebd

Browse files
committed
disable watch mode for tests
1 parent 21ba0eb commit 0169ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prettier:fix": "prettier --write ./etc ./src ./.storybook ./*.ts",
5050
"release": "release-it --only-version --config ./etc/release-it.ts",
5151
"storybook": "cross-env BROWSER=chromium storybook dev -p 8443 --https --ssl-cert ./etc/ssl-certs/localhost.crt --ssl-key ./etc/ssl-certs/localhost.key",
52-
"test": "cross-env ENVIRON=test vitest",
52+
"test": "cross-env ENVIRON=test vitest --watch=false",
5353
"types:check": "tsc --noEmit",
5454
"types:config": "tsc --showConfig"
5555
},

0 commit comments

Comments
 (0)