Update .huskyrc.js

This commit is contained in:
Tanner Linsley
2020-02-14 11:26:48 -07:00
parent b989a8fa76
commit e62fc0c535

View File

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