Skip to content

Commit

Permalink
Fix husky prepare script because of sub path app
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Dec 9, 2024
1 parent 0d5ed97 commit 5e42dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"prepare": "husky"
"prepare": "cd .. && husky install app/.husky"
},
"dependencies": {
"@emotion/react": "^11.13.5",
Expand Down

0 comments on commit 5e42dfd

Please sign in to comment.