diff --git a/.husky/pre-commit b/.husky/pre-commit index 75fac8e..3867a0f 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npm run lint diff --git a/package.json b/package.json index 4927c7f..f4b7616 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "build": "rimraf dist && tsc", "format": "eslint . --ext .ts --fix", "lint": "eslint . --ext .ts --cache", - "prepare": "husky install", + "prepare": "husky", "start": "node dist/main.js" }, "type": "module",