Skip to content

Commit

Permalink
[Chore] Removed "yarn lock update" step from "pre-release canary publ…
Browse files Browse the repository at this point in the history
…ish", since exact version is already set
  • Loading branch information
illiakovalenko committed Aug 19, 2024
1 parent 410e85a commit e104237
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ steps:
- script: |
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
npm exec -- lerna publish from-git --canary --pre-dist-tag canary --preid canary --no-verify-access --yes
yarn install --no-immutable --mode=update-lockfile
git add yarn.lock
git commit -m "update yarn.lock [skip ci]"
git push
displayName: 'pre-release canary publish'
condition: and(succeeded(), eq(variables.shouldPublish, true))
env:
Expand Down

0 comments on commit e104237

Please sign in to comment.