mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
added post-merge hook for npm install
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "npm test"
|
||||
"pre-push": "npm test",
|
||||
"post-merge": "npm install"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user