From b626899bed47800b6f1cd3070ea5893117d28eec Mon Sep 17 00:00:00 2001 From: Mason McElvain <52104630+masonmcelvain@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:08:31 -0700 Subject: [PATCH] fix: husky v9 fixes --- .husky/pre-commit | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index a5a29d9..cb2c84d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - pnpm lint-staged diff --git a/package.json b/package.json index 672c593..6395e5f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "start": "next start", "format": "prettier --write .", "lint": "next lint", - "prepare": "husky install", + "prepare": "husky", "type-check": "tsc --pretty" }, "dependencies": {