Skip to content

Commit 553fc2b

Browse files
regisbarbrandes
authored andcommitted
chore: remove husky 🪓🐶
We remove husky, which is triggering pre-push git hooks, including running "npm lint". This is causing failures when building Docker images, because "npm clean-install --omit=dev" automatically triggers "npm prepare", which attemps to run "husky". But husky is not listed in the build dependencies, only in devDependencies. As a consequence, package installation is failing with the following error: 14.13 > @edx/[email protected] prepare 14.13 > husky install 14.13 14.15 sh: 1: husky: not found Similar to: openedx/frontend-app-learning#1622
1 parent ca5cc3a commit 553fc2b

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@testing-library/react": "16.2.0",
4343
"@testing-library/user-event": "14.6.1",
4444
"axios-mock-adapter": "^1.22.0",
45-
"husky": "8.0.3",
4645
"jest-environment-jsdom": "29.7.0",
4746
"jest-localstorage-mock": "^2.4.26",
4847
"jsdoc": "^4.0.0",

0 commit comments

Comments
 (0)