Skip to content

Commit db063de

Browse files
committed
update husky script
1 parent d200c5b commit db063de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint:fix": "next lint --fix",
2727
"lint:staged": "lint-staged",
2828
"notify:install": "tsx ./.lib/runInstall.ts",
29-
"prepare": "tsx ./.lib/prepare.ts",
29+
"prepare": "husky",
3030
"start": "next start",
3131
"with-env": "dotenv -e ./.env --"
3232
},

0 commit comments

Comments
 (0)