1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

more readme changes

This commit is contained in:
dkanada 2020-03-17 00:37:21 +09:00
parent 9767ecb474
commit 2ecba9cd14
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ jobs:
displayName: 'Cache Dependencies'
inputs:
key: 'yarn | yarn.lock'
path: '$(Pipeline.Workspace)/.node_modules'
path: '$(Pipeline.Workspace)/node_modules'
- script: 'yarn build'
displayName: 'Build Development'