diff --git a/.husky/commit-msg b/.husky/commit-msg index d2c2a8cf..9f22e00b 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,5 +1,4 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" echo "Checking commit message" diff --git a/.husky/pre-commit b/.husky/pre-commit index e267a7b6..b45b3ebe 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" echo '🏗️👷 Checking your project before committing' diff --git a/package.json b/package.json index cce0bc71..99b4bed4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "npx serve out", "lint": "next lint --dir .", "check-format": "prettier --check .", - "prepare": "husky install .husky", + "prepare": "husky", "test": "jest --runInBand", "build-brc-db": "esrun files/build-catalog.ts" },