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

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": {