Conversation
|
🎨 스토리북 배포 링크 확인 |
|
🎨 스토리북 배포 링크 확인 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 CI & Release 파이프라인 구축
🧑⚖️ Changesets 도입
@changesets/cli루트에 설치🎨 Chromatic
chromatic.yml
apps/storybook/**,packages/**변경 시 트리거👉 UI 변경사항을 시각적으로 확인 가능하도록 구성
🧪 CI (코드 품질 검증)
ci.yml
검증 항목
Turbo 캐시 전략
→ 브랜치 단위 캐시 적용
📦 Release Ready (배포 준비 검증)
release-ready.yml
제외 파일
.test.ts(x).stories.tsx.md,.mdx👉 실제 배포 코드 변경일 때만 changeset 강제
🚀 Release (npm 배포)
release.yml
동작 흐름
🧩 최종 파이프라인 구조