Skip to content

Commit 10f3926

Browse files
committed
fix(monorepo/server): try to fix npm ci error due to monorepo dep
1 parent 75bdb31 commit 10f3926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-electron/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
# Build setup
7676
- name: Install dependencies
7777
shell: ${{ inputs.shell }}
78-
run: npm ci
78+
run: npm ci --workspaces
7979

8080
- name: Update build info
8181
shell: ${{ inputs.shell }}

0 commit comments

Comments
 (0)