From 5c83dff65e61cd77922ce448726bb8ac99642a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <13466513767@163.com> Date: Thu, 9 Apr 2026 13:49:49 +0800 Subject: [PATCH] =?UTF-8?q?'=E9=85=8D=E7=BD=AE=E6=89=93=E5=8C=85'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 02751b8..ab5bc2a 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,8 @@ "test": "vite serve --mode test", "prod": "vite build --mode production", "serve": "vite preview", + "build": "vue-cli-service build", + "build:develop": "vue-cli-service build --mode develop", "lint": "eslint src/**/*.{ts,js,vue} --fix", "prepare": "husky install", "prettier": "prettier --write ."