Skip to content

Commit f92f561

Browse files
author
liguanliang
committed
chore(package.json): husky config
change husky config & remove .huskyrc
1 parent 6cb9f79 commit f92f561

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.huskyrc

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"husky":{
4343
"hooks":{
44-
"pre-commit": "validate-commit-msg"
44+
"commit-msg": "validate-commit-msg"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)