diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index 20d0d06e5..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npm run lint diff --git a/package-lock.json b/package-lock.json index 7daed2a75..ce70d822d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,6 @@ "@testing-library/react": "12.1.5", "axios-mock-adapter": "^1.20.0", "fetch-mock": "^9.11.0", - "husky": "^7.0.0", "identity-obj-proxy": "^3.0.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -11119,21 +11118,6 @@ "node": ">=10.17.0" } }, - "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", - "dev": true, - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, "node_modules/hyphenate-style-name": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz", diff --git a/package.json b/package.json index 94a6804e1..2e7bb7311 100755 --- a/package.json +++ b/package.json @@ -18,8 +18,7 @@ "start": "fedx-scripts webpack-dev-server --progress", "dev": "PUBLIC_PATH=/ora-grading/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", "test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests", - "watch-tests": "jest --watch", - "prepare": "husky install" + "watch-tests": "jest --watch" }, "author": "edX", "license": "AGPL-3.0", @@ -85,7 +84,6 @@ "@testing-library/react": "12.1.5", "axios-mock-adapter": "^1.20.0", "fetch-mock": "^9.11.0", - "husky": "^7.0.0", "identity-obj-proxy": "^3.0.0", "jest": "29.7.0", "jest-environment-jsdom": "^29.7.0",