From b4a28fb35ee9c8c0a0daf08db2fe34b7f2a2a0f2 Mon Sep 17 00:00:00 2001 From: SrJuggernaut Date: Thu, 2 Apr 2026 12:49:29 -0600 Subject: [PATCH] chore: update husky hooks for latest version and use bun --- .husky/commit-msg | 5 +---- .husky/pre-push | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 .husky/pre-push diff --git a/.husky/commit-msg b/.husky/commit-msg index fc28b52..5681322 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no -- commitlint --edit "${1}" +bunx --no -- commitlint --edit "${1}" \ No newline at end of file diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index 75fac8e..0000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npm run lint