vitest npm tasks

This commit is contained in:
Gauthier Roebroeck 2025-06-12 09:34:10 +08:00
parent e9a1a94d24
commit dd6d48abf2

View file

@ -8,7 +8,8 @@
"build": "run-s i18n:compile \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest watch",
"type-check": "vue-tsc --build --force",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",