Skip to content

Commit

Permalink
Revert "build: add svelte check in pre-commit hook (#665)" (#702)
Browse files Browse the repository at this point in the history
This reverts commit c170c4e.
  • Loading branch information
efstajas authored Oct 3, 2023
1 parent cf73af7 commit cbcaee9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged --concurrent false

if ! npm run check; then
echo "check script failed"
exit 1
fi

0 comments on commit cbcaee9

Please sign in to comment.