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