-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Closed
Description
The commitplease hook in husky is not working:
"husky": {
"hooks": {
"commit-msg": "node node_modules/commitplease",
...
}
}
Should change to something like this:
"husky": {
"hooks": {
"commit-msg": "commitplease .git/COMMIT_EDITMSG",
...
}
}
Link to test case
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels