From 30ffe437a0a405fe2db681f98a400f33ffbb2978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Tue, 23 Dec 2025 10:48:42 +0100 Subject: [PATCH] add watch --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bd3440a5..f1dc20c4f 100644 --- a/package.json +++ b/package.json @@ -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",