summaryrefslogtreecommitdiffhomepage
path: root/bin/install
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-26 20:33:06 +0900
committerAdam Malczewski <[email protected]>2026-06-26 20:33:06 +0900
commitea573f70934a63747dffd4b7ef4c84667b495b1e (patch)
treee9ff8e3c69b31f59c5d0e7acbeb3dd723bfd932b /bin/install
parente8b4bf1fe4fedc48bd0dc56b5745467542946474 (diff)
downloaddispatch-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 'bin/install')
0 files changed, 0 insertions, 0 deletions