chore: update husky
parent
b8abf38075
commit
cdd45c4222
|
@ -63,6 +63,7 @@ _site
|
|||
yarn.lock
|
||||
package-lock.json
|
||||
/coverage
|
||||
.husky
|
||||
|
||||
# 备份文件
|
||||
/components/test/*
|
||||
|
|
|
@ -46,6 +46,11 @@
|
|||
"codecov": "codecov",
|
||||
"postinstall": "node scripts/postinstall || echo \"ignore\""
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "pretty-quick --staged"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vueComponent/ant-design-vue.git"
|
||||
|
@ -131,7 +136,7 @@
|
|||
"gulp-strip-code": "^0.1.4",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"husky": "^5.0.0",
|
||||
"husky": "^5.1.3",
|
||||
"ignore-emit-webpack-plugin": "^2.0.6",
|
||||
"istanbul-instrumenter-loader": "^3.0.0",
|
||||
"jest": "^26.0.0",
|
||||
|
|
Loading…
Reference in New Issue