Skip to content

Commit

Permalink
chore: husky で commitlint を実行するように修正 (#1960)
Browse files Browse the repository at this point in the history
* chore: husky で commitlint を実行するように変更

* chore: 余計なファイルを追加してしまったので削除
  • Loading branch information
nabeliwo authored Oct 12, 2021
1 parent 845b3f3 commit 9adeb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

0 comments on commit 9adeb91

Please sign in to comment.