Skip to content

Commit

Permalink
chore: remove deprecated husky command
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 18, 2024
1 parent 9dc61e5 commit fc5718a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
Expand Down

0 comments on commit fc5718a

Please sign in to comment.