mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
## Summary Removes duplicate tarball creation from desktop-ui publish workflow - `pnpm publish` handles this internally. ## Changes - **What**: Removes `npm pack` step and GitHub Actions artifact upload - **Breaking**: None - workflow behavior unchanged, publish still works identically ## Review Focus The `npm pack` + artifact upload was creating a duplicate of what `pnpm publish` generates and uploads to npm anyway. Verified `publish-frontend-types.yaml` follows this same pattern (no pack step, direct publish).