chore: combined & parallelize build:js and build:tts scripts
This commit is contained in:
parent
a6472f2075
commit
8592595bc8
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
||||||
"dev": "bun run index.ts",
|
"dev": "bun run index.ts",
|
||||||
"prod": "bun run out/index.js",
|
"prod": "bun run out/index.js",
|
||||||
"check": "bunx --bun @biomejs/biome check --write && bun run tc",
|
"check": "bunx --bun @biomejs/biome check --write && bun run tc",
|
||||||
"build:js": "bun run check && bun run build:bundle && bun run shebang",
|
"build:js": "bun run check && bun run --parallel build:bundle build:kokoro && bun run --parallel shebang shebang:tts",
|
||||||
"build:tts": "bun run check && bun run build:kokoro && bun run shebang:tts",
|
|
||||||
"build:bundle": "bun build --target=bun --production --sourcemap --outdir=out index.ts",
|
"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:kokoro": "bun build --target=bun --production --sourcemap --outdir=out kokoro.ts",
|
||||||
"build:bin": "bun build --compile --outfile=out/aicl index.ts",
|
"build:bin": "bun build --compile --outfile=out/aicl index.ts",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue