Skip to content

Commit bfa226f

Browse files
committed
remove preinstall: not needed and causes trouble
1 parent 63d3a62 commit bfa226f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-3",
3-
"version": "1.20.3",
3+
"version": "1.20.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sagemathinc/http-proxy-3.git"
@@ -44,7 +44,6 @@
4444
"ws": "^8.18.2"
4545
},
4646
"scripts": {
47-
"preinstall": "npx only-allow pnpm",
4847
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm exec jest",
4948
"test-all": "pnpm audit && TEST_EXTERNAL_REVERSE_PROXY=yes pnpm test --runInBand",
5049
"test-versions": ". \"$NVM_DIR/nvm.sh\" && nvm use 18 && pnpm test && nvm use 20 && pnpm test && nvm use 22 && pnpm test && nvm use 24 && pnpm test && nvm use 20",

0 commit comments

Comments
 (0)