Skip to content

Commit 3a1b338

Browse files
Build: Fix commitplease husky config
Fixes gh-4735 Closes gh-4737
1 parent b502866 commit 3a1b338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
"husky": {
113113
"hooks": {
114-
"commit-msg": "node node_modules/commitplease",
114+
"commit-msg": "commitplease .git/COMMIT_EDITMSG",
115115
"pre-commit": "grunt lint:newer qunit_fixture"
116116
}
117117
}

0 commit comments

Comments
 (0)