Skip to content

Commit

Permalink
ci(storybook): build억제
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Jan 22, 2025
1 parent 6787c3a commit 4f98cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Build Storybook
if: steps.cache-storybook.outputs.cache-hit != 'true'
run: yarn turbo run build-storybook
run: yarn turbo run build-storybook -- --parallel --quiet

required:
needs: [build]
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pnpMode: loose
enableGlobalCache: false
enableHardenedMode: false

compressionLevel: 4
compressionLevel: 0
enableMirror: false

npmPublishRegistry: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 4f98cf4

Please sign in to comment.