Skip to content

Commit e4c4d79

Browse files
committed
Updated 'husky prepare' to 'husky'
1 parent d92a86d commit e4c4d79

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
@@ -11,7 +11,7 @@
1111
"start": "next start",
1212
"lint": "prettier --check .",
1313
"format": "prettier --write .",
14-
"prepare": "husky install"
14+
"prepare": "husky"
1515
},
1616
"lint-staged": {
1717
"**/*.{js,jsx,ts,tsx,scss}": [

0 commit comments

Comments
 (0)