From 9a9f8c72f2c7f9b118b286329ee4f22c3f9fa187 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:45:51 +1000 Subject: [PATCH] Fix electron types update command in CI (#5337) Use --workspace-root flag to install at workspace level --- .github/workflows/update-electron-types.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-electron-types.yaml b/.github/workflows/update-electron-types.yaml index 04d8cc436..49544fe86 100644 --- a/.github/workflows/update-electron-types.yaml +++ b/.github/workflows/update-electron-types.yaml @@ -35,7 +35,7 @@ jobs: electron-types-tools-cache-${{ runner.os }}- - name: Update electron types - run: pnpm install @comfyorg/comfyui-electron-types@latest + run: pnpm install --workspace-root @comfyorg/comfyui-electron-types@latest - name: Get new version id: get-version