Skip to content

Commit

Permalink
ci(build): build 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Jan 22, 2025
1 parent 6799f8a commit 7ac32c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,11 @@ jobs:
run: yarn lint

- name: Run tests
run: yarn turbo run test --filter=@zagdang/ui -- --runInBand --ci
run: yarn turbo run test --filter=@zagdang/ui -- --runInBand

- name: Build project
run: |
yarn turbo build --parallel
env:
NODE_OPTIONS: --max-old-space-size=4096
- name: Build Storybook
run: yarn turbo run build-storybook

0 comments on commit 7ac32c5

Please sign in to comment.