use yarn --frozen-lockfile for builds

This commit is contained in:
Joao Moreno
2019-06-26 11:17:26 +02:00
parent b266566c3b
commit f15e5a706b
9 changed files with 11 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ steps:
inputs:
versionSpec: "1.10.1"
- script: |
yarn
yarn --frozen-lockfile
displayName: Install Dependencies
condition: ne(variables['CacheRestored'], 'true')
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1