From c76a582a863c2a156091259c97c128c01f486451 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 18 Nov 2024 20:52:47 +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",