build(fe-scripts): enable selective watching when running tests
This commit is contained in:
parent
4176475752
commit
c01c2aa13d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"build": "vite build ./src --config ./vite.config.js",
|
"build": "vite build ./src --config ./vite.config.js",
|
||||||
"lint": "biome check src *.js --verbose && biome format src *.js --verbose",
|
"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",
|
"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"
|
"typecheck": "yarn tsc --noEmit"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Reference in a new issue