chore: 在prepare脚本中添加git初始化步骤
在prepare脚本中增加git init命令,确保husky安装前git仓库已初始化
This commit is contained in:
parent
ad522ee570
commit
6bc115cd36
@ -70,7 +70,7 @@
|
||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"openapi-ts-request": "openapi-ts",
|
||||
"prepare": "husky"
|
||||
"prepare": "git init && husky"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{html,cjs,json,md,scss,css,txt}": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user