From d95c7c4477d16f4cb0a0d0a19e1b55ca9a7593e5 Mon Sep 17 00:00:00 2001 From: Alan North Date: Wed, 13 Nov 2024 14:39:02 -0300 Subject: [PATCH] build: updated husky hooks --- .husky/pre-commit | 3 +-- .husky/pre-push | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 6e05f77..7986a73 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh echo "Running pre-commit hook" diff --git a/.husky/pre-push b/.husky/pre-push index fcabf1e..53a9b61 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,5 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh echo "Running pre-push hook"