From 74cf96afa7d59a2dc4b8a1e51d5d474e4473b4f0 Mon Sep 17 00:00:00 2001 From: Wanpan Date: Fri, 26 Jul 2024 03:07:53 +0800 Subject: [PATCH] chore: fix husky (#50078) --- .husky/pre-commit | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d37daa075e..c27d8893a9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install lint-staged +lint-staged