apply suggestions from code review

Co-Authored-By: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
dkanada 2020-03-17 03:05:18 +09:00 committed by GitHub
parent 38b7da8f34
commit 519751649d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')