Skip to content

Commit

Permalink
chore: Update postinstall script to separate husky and panda codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 24, 2024
1 parent 2d3ece2 commit c6c5be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"icongen": "svgr --out-dir ./src/icon/generated-default --index-template ./tools/svgrIndexTemplate.cjs -- ./src/icon/assets",
"postinstall": "husky && panda codegen"
"postinstall": "husky",
"prepare": "panda codegen"
},
"dependencies": {
"date-fns": "3.3.1",
Expand Down

0 comments on commit c6c5be6

Please sign in to comment.