chore: add husky pre-commit hook to check lockfile sync#16
Open
chore: add husky pre-commit hook to check lockfile sync#16
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
pnpm install --frozen-lockfile체크를 추가package.json변경 후pnpm-lock.yaml을 업데이트하지 않으면 커밋이 차단됨pnpm install시prepare스크립트로 husky가 자동 설치되어 팀원 전체에 적용Test plan
package.json에 의존성 추가 후pnpm install없이 커밋 시도 → 차단되는지 확인pnpm install후 lockfile과 함께 커밋 → 정상 통과 확인🤖 Generated with Claude Code