diff --git a/.github/hooks/pre-commit b/.github/hooks/pre-commit index b2934bc117..47f074acd9 100755 --- a/.github/hooks/pre-commit +++ b/.github/hooks/pre-commit @@ -3,7 +3,7 @@ [ -n "$CI" ] && exit 0 -yarn lint-staged +yarn lint-staged --relative lintStatus=$? if [ $lintStatus -ne 0 ]; then