Skip to content

Commit 8c82a00

Browse files
committed
fix(commitlint): commitlint 오류 해결
1 parent a9b6fdf commit 8c82a00

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
yarn run commitlint ${1}
4+
yarn run commitlint --edit "$1"
File renamed without changes.

0 commit comments

Comments
 (0)