diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100755 new mode 100644 index 72c88ce..1f1b426 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - yarn run lint-staged diff --git a/package.json b/package.json index 8f6ce29..91a2ef8 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "lint:eslint:fix": "eslint --fix", "lint:eslint": "eslint .", "lint:typecheck": "tsc --noEmit", - "prepare": "husky install", + "prepare": "husky", "qiita": "node dist/main.js", "test": "jest" },