diff --git a/.husky/pre-push b/.husky/pre-push index 20d0d06e..3867a0fe 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run lint diff --git a/package.json b/package.json index 44d98b4f..eca8e1db 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "quality": "npm run lint-fix && npm run test", "watch-tests": "jest --watch", "snapshot": "fedx-scripts jest --updateSnapshot", - "prepare": "husky install" + "prepare": "husky" }, "author": "edX", "license": "AGPL-3.0",