Commit 85f7944
fix(node): use explicit cp to distribute .node binaries; tolerate already-published platform packages
- Replace 'napi artifacts' (silently skips copying) with explicit cp
commands for each platform's .node file
- Add '|| echo' to platform publish step so already-published packages
don't abort the entire job (the bad 0.25.0 packages published without
.node files need manual unpublish before this will update them)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e241f07 commit 85f7944
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
127 | | - | |
| 132 | + | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
| |||
0 commit comments