Skip to content

Commit e999313

Browse files
test: fixing tests
1 parent a052d90 commit e999313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

husky.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
hooks: {
33
'pre-commit': 'lint-staged',
4+
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
45
},
56
};

0 commit comments

Comments
 (0)