Skip to content

Commit

Permalink
feat: update deprecated husky command (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern authored Oct 9, 2024
1 parent 701a594 commit f29960c
Showing 1 changed file with 1 addition and 1 deletion.
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",
"info": "gatsby info",
"clean": "gatsby clean",
"prepare": "husky install",
"prepare": "husky",
"lint": "ESLINT_USE_FLAT_CONFIG=true npx eslint --fix src/",
"format": "npx prettier . --write"
},
Expand Down

0 comments on commit f29960c

Please sign in to comment.