added post-merge hook for npm install
This commit is contained in:
parent
8c496e3bee
commit
7f8700e612
@ -34,7 +34,8 @@
|
|||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
"pre-push": "npm test"
|
"pre-push": "npm test",
|
||||||
|
"post-merge": "npm install"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
Loading…
Reference in New Issue
Block a user