From 3ee6e27e9fe90859ce601b648917f185baeecb4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 4 Feb 2024 18:47:41 +0800 Subject: [PATCH] build: refine --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e49dc13..502e679 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,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": "husky install && node ./shell/postinstall.js", + "prepare": "node ./shell/postinstall.js & git init && husky install ", "type-check": "vue-tsc --noEmit" }, "lint-staged": {