Skip to content

Commit

Permalink
Change git hook command on branch switch
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Nov 17, 2019
1 parent 221f63c commit 44f8c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .huskyrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"post-checkout": "npm install",
"post-checkout": "yarn",
"pre-commit": "lint-staged",
"post-commit": "git status"
}
Expand Down

0 comments on commit 44f8c78

Please sign in to comment.