From 2947f2ce6f36810b914f542d5be988d14a6bc5be Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 18 Nov 2024 20:53:29 +0800 Subject: [PATCH] update --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 144e0e9..41b88f5 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "build:alipay": "taro build --type alipay", "build:tt": "taro build --type tt", "build:h5": "taro build --type h5", + "build:h5:test": "taro build --type h5 --mode test", "build:rn": "taro build --type rn", "build:qq": "taro build --type qq", "build:jd": "taro build --type jd",