encrypt script for travis

This commit is contained in:
Lachlan Kermode
2018-12-15 10:59:20 +00:00
parent 64ca47ee8e
commit 4328ceb464
3 changed files with 24 additions and 4 deletions

View File

@@ -13,7 +13,8 @@
},
"husky": {
"hooks": {
"pre-push": "sh ./scripts/encrypt.sh"
"pre-commit": "sh ./scripts/encrypt.sh",
"pre-push": "yarn lint && yarn test"
}
},
"repository": {