diff --git a/package.json b/package.json index 3755df7..47e8719 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,8 @@ "type": "module", "scripts": { "dev": "vite", - "build": "pnpm run type-check \"build-only {@}\" --", "preview": "vite preview", - "build-only": "vite build", + "build": "vite build", "type-check": "vue-tsc --build", "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", "lint:eslint": "eslint . --fix",