From 340625e21f7f8d6b3c410e2658795abc77f265f7 Mon Sep 17 00:00:00 2001 From: hello8693 <1320998105@qq.com> Date: Wed, 15 Jan 2025 21:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E7=AE=80=E5=8C=96=E6=9E=84=E5=BB=BA=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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",