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