Skip to content

Commit

Permalink
fix: Hotfix bun build
Browse files Browse the repository at this point in the history
  • Loading branch information
argilzar committed Oct 8, 2024
1 parent d9aed3a commit 99cbc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "UNLICENSED",
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "bun build --compile --minify --sourcemap --outfile=dist/app src/index.ts",
"build": "bun build --outdir=dist --minify --target=bun --sourcemap src/index.ts",
"lint": "bun run biome lint",
"format": "bun run biome format"
},
Expand Down

0 comments on commit 99cbc70

Please sign in to comment.