chore(husky): added yarn test:ci

This commit is contained in:
tannerlinsley 2019-07-30 11:43:22 -06:00
parent a7a95b2ce6
commit 0b868fe8c4

View File

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