Skip to content

Commit

Permalink
post install script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeeparul2 committed Dec 19, 2024
1 parent d8a3f63 commit 79bc627
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 @@ -8,7 +8,7 @@
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"postinstall": "npm install husky && "
"postinstall": "husky install && next lint"
},
"dependencies": {
"next": "15.0.4",
Expand Down

0 comments on commit 79bc627

Please sign in to comment.