mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(monorepo/server): try to fix npm ci error due to monorepo dep
This commit is contained in:
parent
75bdb3117f
commit
10f392642a
2
.github/actions/build-electron/action.yml
vendored
2
.github/actions/build-electron/action.yml
vendored
@ -75,7 +75,7 @@ runs:
|
||||
# Build setup
|
||||
- name: Install dependencies
|
||||
shell: ${{ inputs.shell }}
|
||||
run: npm ci
|
||||
run: npm ci --workspaces
|
||||
|
||||
- name: Update build info
|
||||
shell: ${{ inputs.shell }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user