From ce1a5e4558470a559ba00d68a681dc5ef58b9c1f Mon Sep 17 00:00:00 2001 From: JC Estibariz Date: Wed, 17 Jul 2024 13:16:19 -0400 Subject: [PATCH] build: fix husky scripts --- .husky/commit-msg | 3 --- .husky/pre-commit | 3 --- .husky/pre-push | 3 --- 3 files changed, 9 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 586d9cfc..7c312700 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx commitlint -e "$1" diff --git a/.husky/pre-commit b/.husky/pre-commit index 8af8fc43..268d00d0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - scripts/pre-commit-updates npx lint-staged packages/analyze-imports/bin/analyze-imports.js packages/pelagos/src diff --git a/.husky/pre-push b/.husky/pre-push index c4a67276..a110c379 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx @bluecateng/git-check-push "$1"