Don't attach husky on CI

This commit is contained in:
Danny McCormick 2019-06-17 10:28:39 -04:00 committed by GitHub
parent b9fb64b093
commit 44d225afd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@
"typescript": "^3.5.1"
},
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
}