From db58455dd69eaa4da11735a87300860c2b4307f5 Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Mon, 25 Sep 2023 10:33:03 -0400 Subject: [PATCH] fix(fix): bash (#232) --- .husky/commit-msg | 2 +- .husky/pre-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index d71a03b9..6ef144c7 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . "$(dirname "$0")/_/husky.sh" yarn commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit index d2ae35e8..5369480d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash . "$(dirname "$0")/_/husky.sh" yarn lint-staged