fix: add packageManager field to unblock asset predeploy (#11226)

Same fix as #11225 but for `core/1.42`.

`pnpm/action-setup@v5` requires `packageManager` in `package.json`. This
field exists on `main` but was never backported to the 1.42 release
branches, causing predeploy builds to fail.
This commit is contained in:
Christian Byrne
2026-04-13 21:42:38 -07:00
committed by GitHub
parent 8e997768b2
commit 4a6e363363

View File

@@ -2,6 +2,7 @@
"name": "@comfyorg/comfyui-frontend",
"version": "1.42.10",
"private": true,
"packageManager": "pnpm@10.33.0",
"description": "Official front-end implementation of ComfyUI",
"homepage": "https://comfy.org",
"license": "GPL-3.0-only",