We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43f7ce commit 3ee6e27Copy full SHA for 3ee6e27
package.json
@@ -52,7 +52,7 @@
52
"build:quickapp-webview": "uni build -p quickapp-webview",
53
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
54
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
55
- "prepare": "husky install && node ./shell/postinstall.js",
+ "prepare": "node ./shell/postinstall.js & git init && husky install ",
56
"type-check": "vue-tsc --noEmit"
57
},
58
"lint-staged": {
0 commit comments