Skip to content

Commit e104237

Browse files
[Chore] Removed "yarn lock update" step from "pre-release canary publish", since exact version is already set
1 parent 410e85a commit e104237

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

azure-pipelines.yml

-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ steps:
134134
- script: |
135135
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
136136
npm exec -- lerna publish from-git --canary --pre-dist-tag canary --preid canary --no-verify-access --yes
137-
yarn install --no-immutable --mode=update-lockfile
138-
git add yarn.lock
139-
git commit -m "update yarn.lock [skip ci]"
140-
git push
141137
displayName: 'pre-release canary publish'
142138
condition: and(succeeded(), eq(variables.shouldPublish, true))
143139
env:

0 commit comments

Comments
 (0)