From e09bb4a18c81513d815bcc4a89a989f4d3edbc8c Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 15 Mar 2024 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6eef4ac..d08a4c0 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "css": "sass" }, "scripts": { + "dev": "npm run dev:weapp", "build:weapp": "taro build --type weapp", "build:swan": "taro build --type swan", "build:alipay": "taro build --type alipay",