Skip to content

Commit

Permalink
chore: update husky for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 15, 2024
1 parent 9304b0d commit 244aa12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

bunx --no-install commitlint --edit "$1"
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

bun lint-staged

0 comments on commit 244aa12

Please sign in to comment.