Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix electron types update command in CI
Use --workspace-root flag to install at workspace level
  • Loading branch information
webfiltered committed Sep 4, 2025
commit 03521bfc1be7e656962c0d3acbc1e865ddcd668b
2 changes: 1 addition & 1 deletion .github/workflows/update-electron-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down