Skip to content

Commit 18321c5

Browse files
committedAug 5, 2024··
fix: remove husky from prepare
1 parent 0085aba commit 18321c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
"lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
127127
"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",
128128
"nyc": "cross-env NODE_ENV=test nyc ava",
129-
"prepare": "husky install",
130129
"test": "npm run build && npm run lint && make test",
131130
"test-http2": "npm run build && npm run lint && make test-node-http2"
132131
},

0 commit comments

Comments
 (0)
Please sign in to comment.