fixed git hooks
This commit is contained in:
parent
6576e4a74c
commit
9ad9c9feb2
2 changed files with 7 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "npm test",
|
||||
"post-merge": "scripts/sync-npm-dependencies.sh",
|
||||
"post-merge": "npm install",
|
||||
"post-checkout": "scripts/sync-npm-dependencies.sh"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue