From e8f68fa2120fec8aad4b6dc0acd394470e5d4c38 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 24 Sep 2024 21:14:59 +0800 Subject: [PATCH] chore: remove deprecated husky code --- .husky/commit-msg | 3 --- .husky/pre-commit | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 86890fd..e65df50 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx commitlint --edit ${1} diff --git a/.husky/pre-commit b/.husky/pre-commit index da01059..7e00fd1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,2 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - pnpm lint-staged -pnpm install --frozen-lockfile \ No newline at end of file +pnpm install --frozen-lockfile