We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3dc78 commit 550d2d2Copy full SHA for 550d2d2
1 file changed
frontend/webEditor/package.json
@@ -32,7 +32,7 @@
32
"preview": "vite preview",
33
"format": "prettier --write \"./**/*.{html,css,ts,tsx,json}\"",
34
"lint": "eslint --max-warnings 0 --no-warn-ignored",
35
- "prepare": "husky"
+ "prepare": "cd ../../ && husky ./frontend/webEditor/.husky"
36
},
37
"lint-staged": {
38
"*.{html,css,ts,tsx,json}": [
0 commit comments