From 8fdea0a2bd40c95757e2de496979985495629dc0 Mon Sep 17 00:00:00 2001 From: xfy Date: Sat, 12 Oct 2024 11:30:17 +0800 Subject: [PATCH] chore(dev): change husky hooks --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 7625956..8b13de6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" pnpm pretty-check -pnpm lint +# pnpm lint