mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 09:16:06 +08:00
fix(monorepo/server): try to fix npm ci error due to monorepo dep
This commit is contained in:
parent
75bdb3117f
commit
10f392642a
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue