Fix husky

pull/15/head
Danny McCormick 2019-07-12 11:01:41 -04:00 committed by GitHub
parent 1b5d27de82
commit 5efb076871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
"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",
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
}
}
}