From 72acbcc462995213993d10589f03abaca5228fd0 Mon Sep 17 00:00:00 2001 From: liqi Date: Fri, 7 Mar 2025 08:19:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E4=BA=A4=E4=B8=8D=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 5dccee28..9694ee65 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,6 +2,6 @@ pnpm vsh code-workspace --auto-commit # Format and submit code according to lintstagedrc.js configuration -pnpm exec lint-staged +# pnpm exec lint-staged echo Run pre-commit hook done.