chore: update husky hooks for latest version and use bun

This commit is contained in:
2026-04-02 12:49:29 -06:00
parent 796c952890
commit b4a28fb35e
2 changed files with 1 additions and 8 deletions
+1 -4
View File
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"
bunx --no -- commitlint --edit "${1}"
-4
View File
@@ -1,4 +0,0 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint