Skip to content

Commit 612b486

Browse files
style: 💄 微调样式
1 parent 90de448 commit 612b486

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@
8989
"template",
9090
"element-plus"
9191
],
92-
"gitHooks": {
93-
"pre-commit": "lint-staged",
94-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
92+
"husky": {
93+
"hooks": {
94+
"pre-commit": "lint-staged",
95+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
96+
}
9597
},
9698
"lint-staged": {
9799
"*.{js,vue}": [

0 commit comments

Comments
 (0)