Skip to content

Commit

Permalink
Revert "Update azure-pipelines-dev.yml for Azure Pipelines"
Browse files Browse the repository at this point in the history
This reverts commit 46c21cd.
  • Loading branch information
brindasasi committed May 24, 2024
1 parent 46c21cd commit 0c35453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infrastructure/azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c35453

Please sign in to comment.