Commit 896b4af
publish:all: skip versions already on the registry
npm publish --workspaces fails on unchanged packages (flac/mp3@1.1.1 are
already published). Replace it with an inline loop that checks each
workspace + root against the registry via `npm view` and publishes only
new versions — sub-packages first, root last.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ade3564 commit 896b4af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments