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

Chore: .yarn/unplugged 폴더 gitignore 처리, supportedArchitectures설정 (.yarnrc.yml) #20

Merged
merged 7 commits into from
Dec 8, 2022

Conversation

ojj1123
Copy link
Collaborator

@ojj1123 ojj1123 commented Dec 8, 2022

📮 관련 이슈

⛳️ 작업 내용

  • .yarn/unplugged 폴더 gitignore 처리
  • ci와 chromatic 과정에서 의존성 설치 과정 추가
  • github action job name 수정

🌱 PR 포인트

  • 의존성 설치 단계에서 lockfile과 cache가 수정됐는지 검증하기 위한 옵션을 추가했습니다.(--immutable, --immutable-cache)
yarn install --immutable --immutable-cache
  • ci 과정에서 job name이 아래와 같이 나와 "Integrations"으로 수정했습니다.(ci.yml 참고)
    스크린샷 2022-12-07 23 44 21

  • CI에서 생기는 의존성 설치 문제 해결

    • .yarnrc.yml에서 supportedArchitectures설정을 해줘야 합니다.
    • 로컬에서 yarn install을 해서 각 환경별로 필요한 의존성을 설치(캐시)해줍니다.
    • 그러면 환경별로 필요한 의존성이 설치됩니다. b25c780
    supportedArchitectures:
      cpu:
        - x64
        - arm64
      libc:
        - glibc
      os:
        - darwin
        - linux
        - win32

📸 스크린샷

의존성 문제 해결
스크린샷 2022-12-08 14 54 07 스크린샷 2022-12-08 14 54 57

📎 레퍼런스

@ojj1123 ojj1123 added the chore 사소한 수정 label Dec 8, 2022
@ojj1123 ojj1123 self-assigned this Dec 8, 2022
@vercel
Copy link

vercel bot commented Dec 8, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
21st-web-team-1-fe ✅ Ready (Inspect) Visit Preview Dec 8, 2022 at 5:18AM (UTC)

@ojj1123 ojj1123 changed the title Chore: .yarn/unplugged 폴더 gitignore 처리 하기 Chore: .yarn/unplugged 폴더 gitignore 처리, supportedArchitectures설정 (.yarnrc.yml) Dec 8, 2022
@ojj1123 ojj1123 changed the title Chore: .yarn/unplugged 폴더 gitignore 처리, supportedArchitectures설정 (.yarnrc.yml) Chore: .yarn/unplugged 폴더 gitignore 처리, supportedArchitectures설정 (.yarnrc.yml) Dec 8, 2022
Copy link
Member

@elbica elbica left a comment

Choose a reason for hiding this comment

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

고생하셨습니다😊👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 사소한 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chore: .yarn/unplugged 폴더 gitignore 처리 하기
2 participants