Commit d66354c
fix: use hard copy instead of symlink for altimate-code binary alias
The build script created `altimate-code` as a symlink to `altimate`.
npm publish strips symlinks during packing, so the Verdaccio sanity
test couldn't find the binary after install ("Binary not found at
.../bin/altimate-code"). Using `cp` instead of `ln -sf` ensures the
binary is a real file that survives npm pack/publish cycles.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 715fe9d commit d66354c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
273 | 275 | | |
274 | 276 | | |
275 | 277 | | |
276 | | - | |
| 278 | + | |
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
| |||
0 commit comments