We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a231f5 commit cdefb09Copy full SHA for cdefb09
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "http-proxy-3",
3
- "version": "1.19.9",
+ "version": "1.19.10",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/sagemathinc/http-proxy-3.git"
@@ -50,7 +50,7 @@
50
"clean": "rm -rf dist node_modules",
51
"build": "pnpm exec tsc --build .tsconfig-bootstrap.json && pnpm exec tsc --build",
52
"tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",
53
- "prepublishOnly": "pnpm audit && pnpm test && rm dist/*.tsbuildinfo"
+ "prepublishOnly": "pnpm audit && pnpm test && rm dist/*.tsbuildinfo && rm -rf dist/test"
54
},
55
"engines": {
56
"node": ">=20.0.0"
0 commit comments