Skip to content

Commit d4d7b66

Browse files
committed
fix: package.json prepare 수정
1 parent 6705d9c commit d4d7b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc && vite build",
99
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview",
11-
"prepare": "husky install~",
11+
"prepare": "husky install",
1212
"lint-staged": "lint-staged"
1313
},
1414
"lint-staged": {

0 commit comments

Comments
 (0)