diff options
| author | Adam Malczewski <[email protected]> | 2026-06-26 20:33:06 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-26 20:33:06 +0900 |
| commit | ea573f70934a63747dffd4b7ef4c84667b495b1e (patch) | |
| tree | e9ff8e3c69b31f59c5d0e7acbeb3dd723bfd932b /frontend-message-queue-handoff.md | |
| parent | e8b4bf1fe4fedc48bd0dc56b5745467542946474 (diff) | |
| download | dispatch-ea573f70934a63747dffd4b7ef4c84667b495b1e.tar.gz dispatch-ea573f70934a63747dffd4b7ef4c84667b495b1e.zip | |
fix(build): run tsc --build before bun build --compile
bin/build was compiling the binary directly from stale dist/*.js files
without first recompiling the TypeScript packages. Since package.json
main fields point to dist/index.js, source edits to .ts files were
silently lost in the compiled binary.
Now tsc --build runs first (composite project references rebuild all
packages in dependency order), then bun build --compile bundles the
fresh dist/ output.
Diffstat (limited to 'frontend-message-queue-handoff.md')
0 files changed, 0 insertions, 0 deletions
