chore: run tests before push

pull/63/head
sualko 2020-06-10 13:58:33 +02:00
parent 68c2715107
commit 16c253e7bc
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
"husky": {
"hooks": {
"pre-commit": "yarn lint",
"pre-push": "yarn test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},