diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index a3426e0114..bbac82efe6 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -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'