Correct test:watch command so that it actually watches

This commit is contained in:
Alejandro Celaya 2023-05-27 14:15:38 +02:00
parent 1b82f42a33
commit 27d79b574e

View file

@ -18,7 +18,7 @@
"build": "npm run types && vite build && node scripts/replace-version.mjs",
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
"test": "vitest run --run",
"test:watch": "vitest run --watch",
"test:watch": "vitest --watch",
"test:ci": "npm run test -- --coverage",
"test:verbose": "npm run test -- --verbose"
},