Skip to content

Commit

Permalink
setting: husky commit-msg 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
flynnpark committed Jan 2, 2024
1 parent cefa8ef commit 93014d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"

0 comments on commit 93014d3

Please sign in to comment.