diff --git a/next-ui/package.json b/next-ui/package.json index 69bf1acfd..eb7483c0b 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -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",