Skip to content

Commit

Permalink
chore(root): update postinstall script in package.json (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Jul 20, 2024
1 parent edd7365 commit c60446d
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 @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install && build:design-system && pnpm icon:generate",
"postinstall": "husky install && pnpm build:design-system && pnpm icon:generate",
"lint-staged": "lint-staged",
"dev": "turbo run dev",
"build": "turbo run build",
Expand Down

0 comments on commit c60446d

Please sign in to comment.