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 +}