From c20e3f514922d5313353469d8492d7409df30345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Fri, 19 Jun 2026 19:43:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20husky=20hooks=20=E6=B7=BB=E5=8A=A0=20she?= =?UTF-8?q?bang=20=E8=A1=8C=E4=BB=A5=E6=94=AF=E6=8C=81=20Windows=20Git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 1 + .husky/pre-commit | 1 + 2 files changed, 2 insertions(+) mode change 100644 => 100755 .husky/commit-msg mode change 100644 => 100755 .husky/pre-commit diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755 index d990d3d..2205920 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1 +1,2 @@ +#!/bin/sh cd gui/src-frontend && npx --no -- commitlint --edit $1 diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 index 4a41aa2..b410143 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,2 @@ +#!/bin/sh cd gui/src-frontend && npx lint-staged