Skip to content

Commit 52a9bc6

Browse files
committed
chore: remove postcompile
1 parent 1e5c63c commit 52a9bc6

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
},
4343
"files": ["dist", "scripts", "src"],
4444
"scripts": {
45-
"build": "bun build.ts",
46-
"compile": "bun build ./bin/cli.ts --compile --external rollup --minify --sourcemap --outfile dist/reverse-proxy",
47-
"postcompile": "bun ./scripts/post-compile.ts",
45+
"build": "bun build.ts && bun run compile",
46+
"compile": "bun build ./bin/cli.ts --compile --minify --outfile dist/reverse-proxy",
4847
"lint": "bunx biome check .",
4948
"lint:fix": "bunx biome check --apply .",
5049
"lint:fix-unsafe": "bunx biome check --apply-unsafe .",

scripts/post-compile.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)