Skip to content

Commit

Permalink
Update git hooks after husky version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmis committed Aug 11, 2024
1 parent b77c084 commit 680b47b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn type-check

0 comments on commit 680b47b

Please sign in to comment.