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

run ci without changing the lockfile

This commit is contained in:
dkanada 2020-03-17 01:47:57 +09:00
parent be65bdad16
commit a0c5920e71

View file

@ -41,7 +41,7 @@ jobs:
key: 'yarn | yarn.lock'
path: 'node_modules'
- script: 'yarn install'
- script: 'yarn install --pure-lockfile'
displayName: 'Install Dependencies'
- script: 'yarn build:development'