Skip to content

Commit 53f362e

Browse files
committed
further shrinking
1 parent bb3d33f commit 53f362e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.11",
3+
"version": "1.19.12",
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 --runInBand && rm -f dist/*.tsbuildinfo && rm -rf dist/test"
53+
"prepublishOnly": "pnpm audit && pnpm test --runInBand && rm -f dist/*.tsbuildinfo dist/.tsconfig-bootstrap* && rm -rf dist/test"
5454
},
5555
"engines": {
5656
"node": ">=20.0.0"

0 commit comments

Comments
 (0)