24
1
Fork 0

added post-merge hook for npm install

This commit is contained in:
Danny Coates 2019-01-04 11:59:30 -08:00
parent 8c496e3bee
commit 7f8700e612
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm test"
"pre-push": "npm test",
"post-merge": "npm install"
}
},
"lint-staged": {