From f3c55935cbc189e6a0d6e16987593d2b6ba59f11 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Wed, 22 Dec 2021 15:16:42 +0800 Subject: [PATCH] chore: update scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 76d3858..b63bb47 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "scripts": { "dev:app": "uni -p app", + "dev:custom": "uni -p", "dev:h5": "uni", "dev:h5:ssr": "uni --ssr", "dev:mp-alipay": "uni -p mp-alipay", @@ -16,6 +17,7 @@ "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei", "dev:quickapp-webview-union": "uni -p quickapp-webview-union", "build:app": "uni build -p app", + "build:custom": "uni build -p", "build:h5": "uni build", "build:h5:ssr": "uni build --ssr", "build:mp-alipay": "uni build -p mp-alipay",