로딩
요청 처리 중입니다...

[개발 회고] 커밋, 푸시 전 검사. husky 설치

 [개발 회고] 커밋, 푸시 전 검사. husky 설치

https://typicode.github.io/husky/ Husky Ultra-fast modern native git hooks Husky enhances your commits and more woof! Automatically lint your commit messages , code , and run tests upon committing or pushing.

Get started here . Features Just 2 kB ( gzipped ) with no dependencies Fastest due to being lightweight (runs in ~1ms ) Uses... typicode.github.io husky 를 설치하면 pre-commit, pre-push 시 쉘 명령어를 실행할 수 있다.

또한 package.json 의 scripts에 "postinstall": "husky install" 추가를 해주면, 다른 개발자들이 협업할 때 yarn ins...