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

config: cd 환경 구축 #159

Merged
merged 3 commits into from
Nov 13, 2023
Merged

config: cd 환경 구축 #159

merged 3 commits into from
Nov 13, 2023

Conversation

sonsurim
Copy link
Member

@sonsurim sonsurim commented Nov 13, 2023

⛳ 구현 사항

  • CD 환경 구축
    • vercel에서 org의 프로젝트 배포 시, 유료 요금제 사용을 해야 합니다. (...나,,나중에 유료 요금제 사용하시죠..)
    • fork한 개인 레포로 배포할 수 있도록 현재 레포지토리가 업데이트 되었을 때, fork한 개인 레포도 업데이트될 수 있도록 CD 환경을 구축하였습니다.
  • installation 에러 디버깅
    • 로컬에서 Installation, vercel에서 installation 단계에서 exited 1 에러가 발생하고 있습니다. (cypress 설치 관련 오류)
      • 원인
        • storybook v7으로 마이그레이션 하면서 cypress의 의존성과 충돌이 발생된 것으로 추정이 됩니다.
      • 해결 방안
        • 아래 레퍼런스들에서 확인해본 결과, yarn classic에서 발생하는 캐싱 오류였습니다. (레퍼런스에도 정확히는 원인 파악을 못한 것 같았음) 레퍼런스에서 패키지 매니저를 변경하는 것이 베스트라고 나와 있었지만 우선 jackspeak 의존성 버전을 고정하여 해결하였습니다.

📚 구현 설명

@sonsurim sonsurim added the config npm 모듈 설치, 환경 설정 등 label Nov 13, 2023
@sonsurim sonsurim requested a review from a team November 13, 2023 10:54
@sonsurim sonsurim self-assigned this Nov 13, 2023
Copy link
Member

@chojooyoung chojooyoung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

짱짱 고생하셨습니당!

@sonsurim sonsurim merged commit 8cc512a into develop Nov 13, 2023
@sonsurim sonsurim deleted the config/deploy branch November 13, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config npm 모듈 설치, 환경 설정 등
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants