diff --git a/.husky/pre-commit b/.husky/pre-commit index 1a7a1f3e..87ea02a1 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" npm run pre-commit diff --git a/package.json b/package.json index 0bbf3075..484da313 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "story:preview": "histoire preview", "test": "vitest", "coverage": "vitest run --coverage", - "prepare": "husky install", + "prepare": "husky", "pre-commit": "lint-staged" }, "lint-staged": {