mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-30 03:59:41 +00:00
ci: fix npm cache dependency path for monorepo structure
This commit is contained in:
@@ -18,6 +18,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
cache-dependency-path: |
|
||||||
|
backend/package-lock.json
|
||||||
|
frontend/package-lock.json
|
||||||
|
|
||||||
- name: Install Backend Dependencies
|
- name: Install Backend Dependencies
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
|
|||||||
Reference in New Issue
Block a user