Add husky

This commit is contained in:
Danny McCormick 2019-06-05 11:36:41 -04:00
parent c3f0a8be66
commit 5a25481847

View file

@ -41,7 +41,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm install && npm run build && npm test && npm run format && npm prune --production"
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
}
}
}