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(*): post-merge 스크립트 변경 #56

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Conversation

semnil5202
Copy link
Collaborator

🎉 변경 사항

  • 모든 브랜치에 대해서 pull 시 pnpm install 수행
  • postinstall 스크립트(husky install)는 확인해본 결과 목표한 것과는 관련이 없어 제거함

이제 모든 브랜치를 대상으로 git pull 시 pnpm install을 수행합니다.

이렇게 변경한 이유는 디버깅을 할 수 있는 환경을 마련하기가 너무 까다로워서 (패키지 의존성 변경 -> origin main에 반영 -> 다시 내 로컬로 pull) 입니다.

의존성 변경이 없다면 pnpm install을 실행해도 1초 이내로 마무리 되므로, 그리고 git pull을 자주 하지는 않으므로, 위와 같이 변경했습니다.

🔗 링크

🙏 여기는 꼭 봐주세요!

모든 브랜치에 대해서 pull 시 pnpm install 수행
postinstall 스크립트는 확인해본 결과 목표한 것과는 관련이 없어 제거함
Copy link
Member

@Doeunnkimm Doeunnkimm left a comment

Choose a reason for hiding this comment

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

🚀 시간될 때 요것도 문서화 플리즈!

@semnil5202 semnil5202 merged commit be3a720 into main Jul 13, 2024
3 checks passed
@semnil5202 semnil5202 deleted the chore/husky-fix branch July 13, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants