Skip to content

Commit 19f9c4b

Browse files
committed
Fix electron types update command in CI
Use --workspace-root flag to install at workspace level
1 parent 0c238e9 commit 19f9c4b

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)