Skip to content

Commit

Permalink
Migrate to husky v9
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanStipic committed Feb 1, 2024
1 parent 14afae0 commit 4fb68fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npx --no lint-staged
npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"fmt": "prettier --write .",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
Expand Down

0 comments on commit 4fb68fc

Please sign in to comment.