From 09f2a032f0dc0ad0428c005f4c8a4d37d5853639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <16949192+coder-xiaomo@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20package.json=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E5=90=8E=E7=9A=84=E4=B8=80=E4=B8=AA=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7b0f05..618f7fb 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "build:quickapp-webview": "uni build -p quickapp-webview", "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", "build:quickapp-webview-union": "uni build -p quickapp-webview-union", - "prepare": "git init && husky install ", + "prepare": "git init && husky install", "type-check": "vue-tsc --noEmit", "release": "standard-version", "cz": "czg",