From 18321c53280ef69c6c02fbc821106c98b0585348 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:26:52 -0500 Subject: [PATCH] fix: remove husky from prepare --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0ff902f9..d4ede896 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,6 @@ "lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js", "minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify", "nyc": "cross-env NODE_ENV=test nyc ava", - "prepare": "husky install", "test": "npm run build && npm run lint && make test", "test-http2": "npm run build && npm run lint && make test-node-http2" },