Skip to content

Commit

Permalink
Follow upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Feb 3, 2024
1 parent 3b0a5e7 commit 8540417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@heroicons/react": "2.1.1",
Expand Down Expand Up @@ -50,4 +50,4 @@
"postcss": "8.4.33",
"tailwindcss": "3.4.1"
}
}
}

0 comments on commit 8540417

Please sign in to comment.