fixed git hooks

This commit is contained in:
Danny Coates 2019-09-05 13:16:32 -07:00
parent 6576e4a74c
commit 9ad9c9feb2
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 7 additions and 3 deletions

View file

@ -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"
}
},