From 1f3448e3ef62148d7b9dd32f61d37a70619b32b7 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 6 Jan 2025 16:08:58 +0000 Subject: [PATCH] chore: adjust husky config [skip ci] --- .husky/pre-commit | 3 --- .husky/pre-push | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d37daa075..041c660c9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index 449fcdee1..72c4429bc 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm test