Skip to content

Commit

Permalink
chore: remove postcompile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 8, 2024
1 parent 1e5c63c commit 52a9bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
},
"files": ["dist", "scripts", "src"],
"scripts": {
"build": "bun build.ts",
"compile": "bun build ./bin/cli.ts --compile --external rollup --minify --sourcemap --outfile dist/reverse-proxy",
"postcompile": "bun ./scripts/post-compile.ts",
"build": "bun build.ts && bun run compile",
"compile": "bun build ./bin/cli.ts --compile --minify --outfile dist/reverse-proxy",
"lint": "bunx biome check .",
"lint:fix": "bunx biome check --apply .",
"lint:fix-unsafe": "bunx biome check --apply-unsafe .",
Expand Down
4 changes: 0 additions & 4 deletions scripts/post-compile.ts

This file was deleted.

0 comments on commit 52a9bc6

Please sign in to comment.