Commit bf26e63
fix: build-and-run.sh fails with multiple tarballs in repo root
npm pack glob matched stale tarballs causing mv to fail with
"is not a directory". Use --pack-destination and exact filename
from npm pack output instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 655238c commit bf26e63
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments