add watch
This commit is contained in:
+2
-1
@@ -14,7 +14,8 @@
|
|||||||
"test": "npm run test:unit",
|
"test": "npm run test:unit",
|
||||||
"test:unit": "vitest --watch=false tests/frontend/unit",
|
"test:unit": "vitest --watch=false tests/frontend/unit",
|
||||||
"test:unit:watch": "vitest tests/frontend/unit",
|
"test:unit:watch": "vitest tests/frontend/unit",
|
||||||
"build": "vite build"
|
"build": "vite build",
|
||||||
|
"watch": "vite build --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.2.4",
|
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.2.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user