Skip to content

Commit 9a9f8c7

Browse files
authored
Fix electron types update command in CI (#5337)
Use --workspace-root flag to install at workspace level
1 parent 065d9e8 commit 9a9f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-electron-types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
electron-types-tools-cache-${{ runner.os }}-
3636
3737
- name: Update electron types
38-
run: pnpm install @comfyorg/comfyui-electron-types@latest
38+
run: pnpm install --workspace-root @comfyorg/comfyui-electron-types@latest
3939

4040
- name: Get new version
4141
id: get-version

0 commit comments

Comments
 (0)