Fix electron types update command in CI (#5337)

Use --workspace-root flag to install at workspace level
This commit is contained in:
filtered
2025-09-04 15:45:51 +10:00
committed by GitHub
parent 065d9e82b9
commit 9a9f8c72f2

View File

@@ -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