add watch

This commit is contained in:
dni ⚡ 2025-12-23 10:48:42 +01:00
parent 574641d432
commit 30ffe437a0
No known key found for this signature in database
GPG key ID: D1F416F29AD26E87

View file

@ -14,7 +14,8 @@
"test": "npm run test:unit",
"test:unit": "vitest --watch=false tests/frontend/unit",
"test:unit:watch": "vitest tests/frontend/unit",
"build": "vite build"
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.2.4",