chore: combined & parallelize build:js and build:tts scripts

This commit is contained in:
mitchell 2026-04-22 23:01:35 -04:00
parent a6472f2075
commit 8592595bc8

View file

@ -11,8 +11,7 @@
"dev": "bun run index.ts",
"prod": "bun run out/index.js",
"check": "bunx --bun @biomejs/biome check --write && bun run tc",
"build:js": "bun run check && bun run build:bundle && bun run shebang",
"build:tts": "bun run check && bun run build:kokoro && bun run shebang:tts",
"build:js": "bun run check && bun run --parallel build:bundle build:kokoro && bun run --parallel shebang shebang:tts",
"build:bundle": "bun build --target=bun --production --sourcemap --outdir=out index.ts",
"build:kokoro": "bun build --target=bun --production --sourcemap --outdir=out kokoro.ts",
"build:bin": "bun build --compile --outfile=out/aicl index.ts",