From 2108c0438868632379aa113ff2e1f12151a5afe2 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Mon, 11 Nov 2024 19:22:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20husky=20=E6=B7=BB=E5=8A=A0=20tsc=20?= =?UTF-8?q?=E6=A3=80=E6=B5=8B,=20=E8=BE=BE=E5=88=B0=E6=9B=B4=E4=B8=A5?= =?UTF-8?q?=E6=A0=BC=E7=9A=84=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/pre-commit | 1 + 1 file changed, 1 insertion(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc58..ff75027f 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +npx vue-tsc --noEmit npx lint-staged