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

[Feat/#16] git hook 도입(Feat: husky) #20

Merged
merged 2 commits into from
Jan 5, 2025
Merged

[Feat/#16] git hook 도입(Feat: husky) #20

merged 2 commits into from
Jan 5, 2025

Conversation

seungdeok
Copy link
Member

🐞 이슈 

close #16

✨ 설명

  • husky를 이용한 git hook으로 format을 자동화하고자 하였습니다.(format이 다름으로인해 PR내부적으로 충돌이 날 수 있는데요 자동화하고자 하였습니다.)
  • lint-staged를 이용하여 현재 staging 상태의 코드들에 대해서만 체크를 수행하도록 하였습니다.

✅ 테스트 결과

  • N/A

📌 참고 사항

husky 설치는 init에서 prepare가 적용되어 패키지 설치 프로세스의 마지막 단계여서, 다른 설치 과정에 영향을 주지 않는 이유로 postinstall로 변경하였습니다.

@seungdeok seungdeok added the ✨ feature 신규 기능 label Jan 1, 2025
@seungdeok seungdeok self-assigned this Jan 1, 2025
Copy link
Contributor

@hyun907 hyun907 left a comment

Choose a reason for hiding this comment

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

확인했습니다! 감사합니다 💗

@seungdeok seungdeok merged commit 472c75d into main Jan 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 신규 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

git hook 도입(Feat: husky)
2 participants