diff --git a/.husky/pre-commit b/.husky/pre-commit index 5a182ef1..37236231 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - yarn lint-staged diff --git a/package.json b/package.json index 1578639f..6881109c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "e2e:ui": "playwright test --ui", "eslint": "eslint .", "export": "next export", - "prepare": "husky install", + "prepare": "husky", "prettier": "prettier --write .", "serve": "serve out", "stylelint": "stylelint --formatter=verbose **/*.ts*",