From 0dbb038e573a9d1769fe511f989dd9ebac5cea4f Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Thu, 25 Apr 2024 11:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c01b8a9d..21371702 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "hella8:h5:ssr": "uni build --ssr --mode hella8", "hella8:mp-weixin": "uni build -p mp-weixin --mode hella8", "test": "uni build --mode test", - "hella8": "vite build --mode hella8", - "hella9": "vite build --mode hella9", - "hella13": "vite build --mode hella13", - "hella14": "vite build --mode hella14", - "hella15": "vite build --mode hella15", - "hella16": "vite build --mode hella16" + "hella8": "uni build --mode hella8", + "hella9": "uni build --mode hella9", + "hella13": "uni build --mode hella13", + "hella14": "uni build --mode hella14", + "hella15": "uni build --mode hella15", + "hella16": "uni build --mode hella16" }, "dependencies": { "@dcloudio/uni-app": "3.0.0-3090920231225001",