UNPKG
ddc-commit-hooks
Version:
latest (1.2.9)
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
Configurable commit hook setup
github.com/lukebrobbs/commit-hooks
lukebrobbs/commit-hooks
ddc-commit-hooks
/
.huskyrc
6 lines
•
137 B
Plain Text
View Raw
1
2
3
4
5
6
{
"hooks"
:
{
"pre-commit"
:
"npm test && node ./dist/index.js -preCommit"
,
"commit-msg"
:
"node ./dist/index.js -commitMsg"
}
}