From 0d59b74523216d7d3a1cc9bce28f9be9a2231703 Mon Sep 17 00:00:00 2001 From: Richard Hallows Date: Mon, 5 Feb 2024 14:11:49 +0000 Subject: [PATCH] Update pre-commit --- .husky/pre-commit | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 82b735c..718da8a 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1 @@ -#!/usr/bin/env sh -[ -n "$CI" ] && exit 0 - -. "$(dirname -- "$0")/_/husky.sh" - -npx --no-install lint-staged +npx --no lint-staged