Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

터보레포 활용한 최종 CI 속도 최적화 #51

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

KimKyuHoi
Copy link
Contributor

@KimKyuHoi KimKyuHoi commented Jan 23, 2025

Pull request

Related issue

Motivation and context

image

TurboRepo를 조금 더 활용하고자 하였습니다.

image

Solution

  • 모든 CI 명령어를 전부 통합하였습니다.
yarn turbo run format lint test build build-storybook --parallel

5번 실행 결과 평균 38.2ms로 단축되었습니다.
#49 전 평균 속도 50.8ms -> 평균속도 38.2ms로 단축되었습니다. (총 약 24.80%)

How has this been tested

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the docs/CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@KimKyuHoi KimKyuHoi added 🚀 Deploy 배포 관련 사항 및 이슈 ✨ Feature 기능 추가 📦 Environment 개발 환경 세팅 우선순위 (하) 중요하지 않은것들 labels Jan 23, 2025
@KimKyuHoi KimKyuHoi self-assigned this Jan 23, 2025
@KimKyuHoi KimKyuHoi merged commit e355db9 into main Jan 23, 2025
2 checks passed
KimKyuHoi added a commit that referenced this pull request Feb 1, 2025
This reverts commit e355db9, reversing
changes made to 4e06b01.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
우선순위 (하) 중요하지 않은것들 🚀 Deploy 배포 관련 사항 및 이슈 📦 Environment 개발 환경 세팅 ✨ Feature 기능 추가
Projects
Status: 완료
Development

Successfully merging this pull request may close these issues.

CI 최적화
1 participant