Skip to content

Commit 8246c3d

Browse files
authored
Update package.json
1 parent f965ec6 commit 8246c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"lint": "eslint ./src",
3333
"build": "tsc && vite build",
3434
"preview": "vite preview",
35-
"test": "jest --watchAll"
35+
"test": "jest --watchAll",
36+
"prepare": "husky install"
3637
},
3738
"browserslist": {
3839
"production": [

0 commit comments

Comments
 (0)