Skip to content

Commit

Permalink
move husky over
Browse files Browse the repository at this point in the history
  • Loading branch information
TiltedToast committed Feb 1, 2024
1 parent 2542010 commit 6aab8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint-staged --no-stash
bun run --bun lint-staged --no-stash
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm run test
bun run test

0 comments on commit 6aab8b8

Please sign in to comment.