Skip to content

Commit 5888ef8

Browse files
committed
fix(Commitlint): pre-commit 스크립트의 오류 수정 (BYPASS_LINT_STAGED)
1 parent 420e76e commit 5888ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

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

4-
if [ "$BYPASS_LINT_STAGED" != "true" ]
4+
if [ "$BYPASS_LINT_STAGED" = "true" ]
55
then
66
true
77
else

0 commit comments

Comments
 (0)