diff --git a/.husky/commit-msg b/.husky/commit-msg index aedb2d957..663153d27 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,6 +1,3 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - # Disable in CI [ -n "$CI" ] && exit 0 diff --git a/package.json b/package.json index f721db440..907212ee3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "check": "npm run typecheck && npm run lint && npm test", "lint": "eslint -c .eslintrc.js --ext .ts src/", "lint:fix": "eslint -c .eslintrc.js --ext .ts src/ --fix", - "prepare": "husky install", + "prepare": "husky", "test": "jest --coverage --maxWorkers=50%", "typecheck": "tsc --noEmit --project tsconfig.json", "watch:buildto": "node watchBuild.js"