Skip to content

Commit

Permalink
Опция чистого билда в скриптах (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopchan authored Sep 4, 2024
1 parent e27d4d3 commit 7eb9d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"start": "bun run ./src/main.ts",
"dev": "bun run --watch ./src/main.ts",
"build": "bun build ./src/main.ts ./src/worker --outdir dist --minify --target bun",
"build:fresh": "bun exec 'rm -rf dist' && bun build ./src/main.ts ./src/worker --outdir dist --minify --target bun",
"serve": "bun run build && bun run ./dist/main.js",
"serve:fresh": "bun run build:fresh && bun run ./dist/main.js",
"lint": "biome lint . --apply",
"format": "biome format . --write",
"checkAll": "biome check . --write --unsafe",
Expand Down

0 comments on commit 7eb9d14

Please sign in to comment.