Skip to content

Commit

Permalink
Change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
HarleyZapata-Rurall committed Jun 3, 2024
1 parent 18dd184 commit 74a574c
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
@@ -1,6 +1,6 @@
{
"scripts": {
"build": "tsc",
"build": "bun build ./src/index.ts --outdir ./out",
"dev": "bun run --hot src/index.ts",
"start": "bun run typeorm migration:run && bun run --hot src/index.ts",
"typeorm": "typeorm-ts-node-commonjs -d ./src/infrastructure/configs/database/db.ts",
Expand Down

0 comments on commit 74a574c

Please sign in to comment.