From 479eb0fcd327fc89bec25e6bbd8cdf037a9cbdb7 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 21 Sep 2025 15:22:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20husky.sh=20script=20fro?= =?UTF-8?q?m=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 3 --- .husky/pre-push | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5e59273..5ee7abd 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - pnpm exec lint-staged diff --git a/.husky/pre-push b/.husky/pre-push index 0216110..911929e 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - pnpm turbo tscheck && pnpm turbo test