Commit b17da38
committed
fix(ci): skip prepack on npm publish — dist+cdn already staged by build job
The deploy job downloads artifacts from build-emception which already
contain packages/core/dist and packages/core/cdn (staged via the explicit
'Stage CDN into emception package' step). Running prepack again calls
stage-core-cdn.mjs which now throws if build/cdn is absent (P0' change),
because build/cdn is never created in the deploy job.
--ignore-scripts is safe: all outputs are already built and staged.1 parent 2afacac commit b17da38
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
0 commit comments