From a36ad893859049dda9528334e70de4276a414bae Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Wed, 21 Sep 2022 19:30:53 -0400 Subject: [PATCH] Remove husky --- .husky/commit-msg | 4 ---- package.json | 3 --- 2 files changed, 7 deletions(-) delete mode 100755 .husky/commit-msg diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index e8511eae..00000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no-install commitlint --edit $1 diff --git a/package.json b/package.json index 584fa8e3..a3d41a67 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "publish:graduate:dry-run": "run-s \"publish:version --conventional-graduate --no-git-tag-version\"", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", - "prepare": "husky install", "pack:core": "cd packages/netlify-cms-core && npm pack", "pack:app": "cd packages/netlify-cms-app && npm pack", "pack:ui-default": "cd packages/netlify-cms-ui-default && npm pack", @@ -148,7 +147,6 @@ "fs-extra": "^10.0.0", "gitlab": "^14.1.1", "http-server": "^14.0.0", - "husky": "^7.0.0", "jest": "^27.0.0", "jest-cli": "^27.0.0", "jest-emotion": "^10.0.32", @@ -186,7 +184,6 @@ "packages/*" ], "nohoist": [ - "husky", "run-node" ] },