build: refine

This commit is contained in:
菲鸽 2024-02-04 18:47:41 +08:00
parent c43f7ce85d
commit 3ee6e27e9f

View File

@ -52,7 +52,7 @@
"build:quickapp-webview": "uni build -p quickapp-webview", "build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union", "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" "type-check": "vue-tsc --noEmit"
}, },
"lint-staged": { "lint-staged": {