Skip to content

Commit

Permalink
🐛 use prepare hook for husky
Browse files Browse the repository at this point in the history
This should finally fix the error when installing honeycomb-grid as a dependency.
  • Loading branch information
flauwekeul committed Aug 17, 2022
1 parent 40a0f95 commit 8115d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docs:dev": "concurrently -n typedoc,vitepress \"typedoc --watch\" \"vitepress dev docs\"",
"docs:serve": "vitepress serve docs --port 5001",
"lint": "eslint . --fix",
"postinstall": "husky install",
"prepare": "husky install",
"preview": "vite preview",
"test": "vitest"
},
Expand Down

0 comments on commit 8115d61

Please sign in to comment.