Skip to content

Commit 1c9bd08

Browse files
committed
chore: add prepare script for husky
1 parent 3403014 commit 1c9bd08

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"postinstall": "node scripts/postinstall",
1515
"start": "node .",
1616
"studio": "npx prisma studio",
17-
"test": "node scripts/check-i18n"
17+
"test": "node scripts/check-i18n",
18+
"prepare": "husky install"
1819
},
1920
"commitlint": {
2021
"extends": [
@@ -82,7 +83,7 @@
8283
"conventional-changelog-cli": "^2.2.2",
8384
"eslint": "^8.57.0",
8485
"eslint-plugin-unused-imports": "^2.0.0",
85-
"husky": "^8.0.3",
86+
"husky": "^8.0.0",
8687
"lint-staged": "^13.3.0",
8788
"markdown-table": "^3.0.3",
8889
"nodemon": "^2.0.22"

0 commit comments

Comments
 (0)