apply suggestions from code review
Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
parent
38b7da8f34
commit
519751649d
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
path: 'node_modules'
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
|
||||
- script: 'yarn install --pure-lockfile'
|
||||
- script: 'yarn install --frozen-lockfile'
|
||||
displayName: 'Install Dependencies'
|
||||
condition: ne(variables.CACHE_RESTORED, 'true')
|
||||
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
path: 'node_modules'
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
|
||||
- script: 'yarn install --pure-lockfile'
|
||||
- script: 'yarn install --frozen-lockfile'
|
||||
displayName: 'Install Dependencies'
|
||||
condition: ne(variables.CACHE_RESTORED, 'true')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue