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"