From 17e296aa319fada5472aac685338252b90b81bcc Mon Sep 17 00:00:00 2001 From: guanj Date: Fri, 26 Sep 2025 09:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9bfe39..8e15687 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "private": false, "scripts": { "dev": "pnpm run format && vite --port 4001", - "build": "run-p type-check \"build-only {@}\" --", + "build": "vite build", "preview": "vite preview", "test:unit": "vitest", - "build-only": "vite build", + "build-only": "run-p type-check \"build-only {@}\" --", "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", "format": "prettier --write src/",