Skip to content

Commit e6c3b33

Browse files
committed
Adding husky to package json
1 parent b825fb5 commit e6c3b33

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
@@ -3,7 +3,8 @@
33
"type": "module",
44
"scripts": {
55
"build": "vite build",
6-
"dev": "vite"
6+
"dev": "vite",
7+
"prepare": "husky install"
78
},
89
"devDependencies": {
910
"@headlessui/vue": "^1.7.23",
@@ -32,4 +33,4 @@
3233
"tailwind-merge": "^2.5.5",
3334
"tailwindcss-animate": "^1.0.7"
3435
}
35-
}
36+
}

0 commit comments

Comments
 (0)