Skip to content

Commit

Permalink
🗑️ Delete deprecated code for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Oct 3, 2024
1 parent 6fe218a commit 5049525
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

[ -n "$CI" ] && exit 0

. "$(dirname "$0")/_/husky.sh"

npx lint-staged --verbose --allow-empty
echo ""
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5049525

Please sign in to comment.