mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
cache the right folder
This commit is contained in:
parent
89ba9cf5d7
commit
9767ecb474
2 changed files with 10 additions and 3 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
displayName: 'Cache Dependencies'
|
||||
inputs:
|
||||
key: 'yarn | yarn.lock'
|
||||
path: '$(Pipeline.Workspace)/.yarn'
|
||||
path: '$(Pipeline.Workspace)/.node_modules'
|
||||
|
||||
- script: 'yarn build'
|
||||
displayName: 'Build Development'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue