Skip to content

Commit

Permalink
Update husky hooks in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 22, 2024
1 parent d2f103c commit a58fa2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@
},
"husky": {
"hooks": {
"post-checkout": "yarn install",
"pre-commit": "yarn run check-branch-name && npm run lint-fix",
"pre-push": "npm run check-branch-name",
"post-checkout": "npm run check-branch-name"
"post-checkout": "npm run check-branch-name && yarn install"
}
}
}

0 comments on commit a58fa2f

Please sign in to comment.