Skip to content

Commit 550d2d2

Browse files
committed
fix husky not running
1 parent 8e3dc78 commit 550d2d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/webEditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"preview": "vite preview",
3333
"format": "prettier --write \"./**/*.{html,css,ts,tsx,json}\"",
3434
"lint": "eslint --max-warnings 0 --no-warn-ignored",
35-
"prepare": "husky"
35+
"prepare": "cd ../../ && husky ./frontend/webEditor/.husky"
3636
},
3737
"lint-staged": {
3838
"*.{html,css,ts,tsx,json}": [

0 commit comments

Comments
 (0)