From 4ffa3a547245e480cf55aa68bdb344c62c6ef9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Tue, 22 Jul 2025 15:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=89=93=E5=8C=85=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29689e7..ade996f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "dev": "vite --host", "build": "vite build", - "preview": "vite preview" + "preview": "vite preview", + "build:test": "vite build --mode test", + "build:prod": "vite build --mode production" }, "dependencies": { "@tweenjs/tween.js": "^18.6.4", @@ -24,4 +26,4 @@ "unplugin-auto-import": "^19.3.0", "unplugin-vue-components": "^28.8.0" } -} +} \ No newline at end of file