Skip to content

Commit

Permalink
fix: 디자인 시스템 빌드 에러 수정 (#ATR-605)
Browse files Browse the repository at this point in the history
  • Loading branch information
LC-02s committed Oct 14, 2024
1 parent bc1ea33 commit c1cec3a
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 @@ -8,7 +8,7 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install && pnpm build:icons && pnpm build:ds && pnpm build:utils && pnpm build:ds-hooks && pnpm build:ds-core",
"postinstall": "husky install && pnpm build:icons && pnpm build:utils && pnpm build:ds-hooks && pnpm build:ds-core && pnpm build:ds",
"prepare": "husky install",
"lint": "pnpm -r run lint",
"type": "pnpm -r run type",
Expand Down

0 comments on commit c1cec3a

Please sign in to comment.