Skip to content

Commit

Permalink
chore(husky): remove depreceated code
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jul 24, 2024
1 parent a665a61 commit 196e836
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
@@ -1,5 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

bun lint:staged
bun trunk:check || exit 1
Expand Down
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

bun run test

0 comments on commit 196e836

Please sign in to comment.