From bad4a00548880e13b88c03f1ef2b1b4327538df9 Mon Sep 17 00:00:00 2001 From: Eric Willhoit Date: Mon, 22 Jul 2024 16:00:45 -0500 Subject: [PATCH] fix: husky 9.1.1 fix --- .husky/commit-msg | 3 --- .husky/pre-commit | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 13badd1f..2785bc1d 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname $0)/_/husky.sh" - yarn commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index 4abc587a..b6d52f90 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - yarn lint-staged --concurrent false