From a60b822247a02b2188e7370848b2eb0e123bca20 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 18 Mar 2024 13:17:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=91=BD=E4=BB=A4dev:h5=E6=94=B9?= =?UTF-8?q?=E6=88=90dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1261f07..6dc6585 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "scripts": { "dev:app": "uni -p app", "dev:custom": "uni -p", - "dev:h5": "uni", + "dev": "uni", "dev:mp-weixin": "uni -p mp-weixin", "test:app": "uni build -p app", "test:custom": "uni build -p", - "test:h5": "uni build", + "test": "uni build", "test:mp-weixin": "uni build -p mp-weixin" }, "dependencies": {