From 519751649d30b9667ead714c9643702e936577ed Mon Sep 17 00:00:00 2001 From: dkanada Date: Tue, 17 Mar 2020 03:05:18 +0900 Subject: [PATCH] apply suggestions from code review Co-Authored-By: Julien Machiels --- .ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 40d9a78155..48f042d729 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -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')