Skip to content

Commit 9a231f5

Browse files
committed
even smaller packages
1 parent 9fa30c1 commit 9a231f5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-proxy-3",
3-
"version": "1.19.8",
3+
"version": "1.19.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sagemathinc/http-proxy-3.git"
@@ -50,7 +50,7 @@
5050
"clean": "rm -rf dist node_modules",
5151
"build": "pnpm exec tsc --build .tsconfig-bootstrap.json && pnpm exec tsc --build",
5252
"tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",
53-
"prepublishOnly": "pnpm audit && pnpm test"
53+
"prepublishOnly": "pnpm audit && pnpm test && rm dist/*.tsbuildinfo"
5454
},
5555
"engines": {
5656
"node": ">=20.0.0"

test/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
A note about ports. These tests use a large number of ports and are run in
2+
parallel. There will sometimes be failures sometimes due to a port conflict
3+
between different tests being run at the same time.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"moduleResolution": "node",
1414
"resolveJsonModule": true,
1515
"skipLibCheck": true,
16-
"sourceMap": true,
1716
"target": "es2020",
1817
"module": "commonjs",
1918
"rootDir": "./",

0 commit comments

Comments
 (0)