run bash in pre-push hook

This commit is contained in:
Lachlan Kermode
2018-12-15 09:35:53 +00:00
parent b6b7299d81
commit 909b9fd21b

View File

@@ -13,7 +13,7 @@
},
"husky": {
"hooks": {
"pre-push": "yarn test && yarn lint && travis encrypt-file .env --add --force && git add .env.enc && git commit -m \"add encrypted key\""
"pre-push": "sh ./scripts/encrypt.sh"
}
},
"repository": {