This commit is contained in:
Tanner Linsley 2019-11-05 14:04:23 -07:00
parent c4d3ff79cb
commit e00704fbce

View File

@ -1,6 +1,6 @@
module.exports = {
hooks: {
'pre-commit': 'lint-staged && yarn test:ci',
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
// 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
},
}