Skip to content

Commit

Permalink
Merge pull request #16 from endless-horses/fix#15-husky
Browse files Browse the repository at this point in the history
Conventional Commit 설정 close #15
  • Loading branch information
jinlee1703 authored Jan 17, 2024
2 parents f072ac6 + bc56fb0 commit fde1bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
COMMIT_MSG_FILE=$1
COMMIT_MSG=`cat $COMMIT_MSG_FILE`

echo "$COMMIT_MSG"
echo "$COMMIT_MSG"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fde1bb8

Please sign in to comment.