diff --git a/.husky/pre-commit b/.husky/pre-commit index 101ae24..9b1ca04 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,7 +2,5 @@ [ -n "$CI" ] && exit 0 -. "$(dirname "$0")/_/husky.sh" - npx lint-staged --verbose --allow-empty echo "" diff --git a/.husky/pre-push b/.husky/pre-push index 9f73d4c..2d315b0 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -2,8 +2,6 @@ [ -n "$CI" ] && exit 0 -. "$(dirname "$0")/_/husky.sh" - if [[ $(git status --porcelain -s) != "" ]]; then echo "\nšŸ˜µ Uncommitted changes found šŸ˜µ" echo "Please \`git add\` and \`git commit\` or \`git stash -u\` them before pushing!\n"