mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
ci(desktop): fix pnpm cache by specifying lockfile paths for monorepo
This commit is contained in:
parent
337c381f36
commit
207ef02f5e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/desktop-release.yml
vendored
3
.github/workflows/desktop-release.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: |
|
||||
surfsense_web/pnpm-lock.yaml
|
||||
surfsense_desktop/pnpm-lock.yaml
|
||||
|
||||
- name: Install web dependencies
|
||||
run: pnpm install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue