Update package.json

This commit is contained in:
Danny McCormick 2019-07-12 09:53:02 -04:00 committed by GitHub
parent a3a044de72
commit 0d3fe5b57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/*"
"pre-commit": "npm run build && npm run format && npm prune --production && git add node_modules/* && git commit -m 'Husky commit correct node modules' && npm install"
}
}
}