Skip to content

Commit

Permalink
Remove "prepare" script and extra comma in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmn7 committed Jun 19, 2024
1 parent 53878d7 commit 902a089
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 @@ -5,8 +5,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
"lint": "next lint"
},
"dependencies": {
"@fontsource/jost": "^4.5.13",
Expand Down

0 comments on commit 902a089

Please sign in to comment.