Commit 9abf036
committed
fix(build): warn when compiled 'browse' CLI binary is missing
build-node-server.sh only produces server-node.mjs (the Node.js server
bundle). The runnable 'browse' executable is a *compiled* artifact from
scripts/build.sh (bun build --compile) and is gitignored, so a bare
'rm -rf browse/dist' can leave a valid server bundle with no CLI binary.
Add a Step 5 that detects the missing binary and prints remediation
instead of failing later with a cryptic ENOENT.1 parent f56f36d commit 9abf036
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
69 | 89 | | |
0 commit comments