From 0c354530ead052ea90a374757a97aa0dcb8361a3 Mon Sep 17 00:00:00 2001 From: Brinda Sasikumar Date: Fri, 24 May 2024 16:15:49 -0400 Subject: [PATCH] Revert "Update azure-pipelines-dev.yml for Azure Pipelines" This reverts commit 46c21cdda3c44927d42ad80eaec88c76b1368a25. --- infrastructure/azure-pipelines-dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infrastructure/azure-pipelines-dev.yml b/infrastructure/azure-pipelines-dev.yml index d4151e76700..db66877cd21 100644 --- a/infrastructure/azure-pipelines-dev.yml +++ b/infrastructure/azure-pipelines-dev.yml @@ -100,7 +100,10 @@ stages: - script: echo ##vso[task.setvariable variable=NPM_CONFIG_USERCONFIG]$(npm_config_user_config) displayName: "Set Custom .npmrc Location" - - script: pnpm install --no-frozen-lockfile --production + - script: CYPRESS_INSTALL_BINARY=/opt/cypress/13.10.0/cypress.zip pnpm install cypress + displayName: "Install Cypress" + + - script: pnpm install --no-frozen-lockfile displayName: "Install Node.js dependencies" - script: pnpm run build