From c5223208b593900c8baee715b3c1c2aadbecb447 Mon Sep 17 00:00:00 2001 From: Jared Jolton Date: Mon, 22 Jul 2024 09:41:32 -0400 Subject: [PATCH] fix: husky pre-commit [] --- .husky/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 57757f4eda..0100eae146 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint-staged