diff --git a/.husky/pre-commit b/.husky/pre-commit index 1daa2ba..bccff91 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - - npx lint-staged . "$(dirname "$0")/wonderland/find-crypto-keys.sh" diff --git a/package.json b/package.json index 777b568..093afe6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prettier:fix": "pnpm run prettier -- --write", "format": "pnpm run prettier:fix && yarn run lint:fix", "format:check": "pnpm run prettier && yarn run lint", - "prepare": "husky install && wonderland-crypto-husky-checks install", + "prepare": "husky && wonderland-crypto-husky-checks install", "cypress:open": "cypress open", "cypress:run": "cypress run", "test:e2e": "pnpm cypress run",