diff --git a/.husky/pre-commit b/.husky/pre-commit index d24fdfc6..2312dc58 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx lint-staged diff --git a/package.json b/package.json index 83005401..9caaa7fb 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lint": "npx eslint .", "lint-fix": "npx eslint . --fix", "format": "prettier --write --ignore-unknown \"src/**/*.{html,css,scss,cjs,js,ts,json}\"", - "prepare": "husky install" + "prepare": "husky" }, "dependencies": { "bowser": "^2.11.0",