diff --git a/package.json b/package.json index da9d184..e6238ba 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "dev": "vite", "build": "run-p type-check build-only", "preview": "vite preview", - "test": "pnpm lint && pnpm type-check && pnpm test:unit --ui", + "test": "pnpm lint && pnpm type-check && pnpm test:unit", "test:unit": "vitest", + "test:ui": "vitest --ui", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",