build(fe-scripts): enable selective watching when running tests

This commit is contained in:
Marc 2024-01-04 23:49:18 -05:00
parent 4176475752
commit c01c2aa13d
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -15,7 +15,7 @@
"build": "vite build ./src --config ./vite.config.js",
"lint": "biome check src *.js --verbose && biome format src *.js --verbose",
"lint:fix": "biome check src ./*.js --apply --verbose && biome format src ./*.js --write --verbose",
"test": "yarn vitest run",
"test": "yarn vitest --watch=false",
"typecheck": "yarn tsc --noEmit"
},
"devDependencies": {