We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bdb31 commit 10f3926Copy full SHA for 10f3926
.github/actions/build-electron/action.yml
@@ -75,7 +75,7 @@ runs:
75
# Build setup
76
- name: Install dependencies
77
shell: ${{ inputs.shell }}
78
- run: npm ci
+ run: npm ci --workspaces
79
80
- name: Update build info
81
0 commit comments