From c5638ab82148feea4278874b8d55450537d13680 Mon Sep 17 00:00:00 2001 From: houakang Date: Fri, 10 Apr 2026 10:12:45 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=20husky=20pre-commit?= =?UTF-8?q?=20=E9=92=A9=E5=AD=90=E6=89=A7=E8=A1=8C=20lint-staged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..5ee7abd --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1 @@ +pnpm exec lint-staged