mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 10:45:58 +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
|
# Build setup
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: ${{ inputs.shell }}
|
shell: ${{ inputs.shell }}
|
||||||
run: npm ci
|
run: npm ci --workspaces
|
||||||
|
|
||||||
- name: Update build info
|
- name: Update build info
|
||||||
shell: ${{ inputs.shell }}
|
shell: ${{ inputs.shell }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue