You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- setup.mjs에서 npx husky add를 이용해서 byul 스크립트를 설치할 때
오류가 생김.
- npx husky add가 더이상 지원되지 않는 명령어라서 이런 에러가 발생
- setup.mjs에서 echo 'node node_modules/byul/dist/index.js "$1" "$2" "$3"' >
${hookFile} 로 수정함.
📄 Description
현상: [hotfix] husky에서 byul 설치 실패하는 현상 발생
원인: 더이상 husky가 husky add를 지원하지 않음.
✅ Tasks
📝 Notes
No response
The text was updated successfully, but these errors were encountered: