mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user