From 854041706489ae96c6dca7ac4f640dfb23e3037e Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Sat, 3 Feb 2024 14:35:53 +0100 Subject: [PATCH] Follow upgrade guide --- .husky/pre-commit | 3 --- package.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 20d0d06..3867a0f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint diff --git a/package.json b/package.json index 3fbdf69..06b8072 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "prepare": "husky install" + "prepare": "husky" }, "dependencies": { "@heroicons/react": "2.1.1", @@ -50,4 +50,4 @@ "postcss": "8.4.33", "tailwindcss": "3.4.1" } -} \ No newline at end of file +}