From 9bba9356767757aa5eb4b594f1501c8324032cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Tue, 3 Sep 2024 02:10:34 +0800 Subject: [PATCH] =?UTF-8?q?ci(husky):=20=E5=B0=86=E9=92=A9=E5=AD=90?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BB=8Ev8=E8=BF=81=E7=A7=BB=E8=87=B3v9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 3 --- .husky/pre-commit | 3 --- 2 files changed, 6 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index b02e0a7..7f7ae26 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - if [[ "$OS" == "Windows_NT" ]]; then npx.cmd --no-install commitlint -e $GIT_PARAMS else diff --git a/.husky/pre-commit b/.husky/pre-commit index 11709a7..a19f49f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,3 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - if [[ "$OS" == "Windows_NT" ]]; then npx.cmd lint-staged else