Skip to content

Commit

Permalink
Updated Composer DevOps pipeline for yarn 3
Browse files Browse the repository at this point in the history
Updated Composer DevOps pipeline to use the --immutable flag instead of the --frozen-lock-file argument
  • Loading branch information
tonyanziano committed Jun 22, 2022
1 parent 042c99e commit a78db0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
inputs:
key: cypress | $(Agent.OS) | Composer/yarn-berry.lock
path: /home/vsts/.cache/Cypress
- script: yarn --frozen-lock-file
- script: yarn --immutable
displayName: yarn install
workingDirectory: Composer
- script: yarn build
Expand Down

0 comments on commit a78db0b

Please sign in to comment.