Skip to content

Commit 0f832b8

Browse files
committed
remove husky init
1 parent be60f3c commit 0f832b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"start": "npm run build && vite preview",
1111
"lint": "eslint --ext .ts,.tsx src --color",
1212
"format": "prettier --write \"./src/**/*.{ts,tsx,json}\"",
13-
"prepare": "husky install",
1413
"analyze": "npm run lint && tsc && vite build --mode=analyze && source-map-explorer 'dist/assets/*.js'"
1514
},
1615
"dependencies": {

0 commit comments

Comments
 (0)