Skip to content

Commit cbe973f

Browse files
authored
Update azure-pipelines.publish.yml
1 parent a45c419 commit cbe973f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.ado/azure-pipelines.publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ extends:
6666
displayName: 'Use Node.js 22.x'
6767

6868
- script: |
69-
yarn install --immutable
70-
displayName: 'yarn install --immutable'
69+
yarn
70+
displayName: 'yarn install'
7171
7272
- script: |
7373
yarn lage buildci
@@ -116,8 +116,8 @@ extends:
116116
displayName: 'List downloaded tarballs'
117117
118118
- script: |
119-
yarn install --immutable
120-
displayName: 'yarn install --immutable'
119+
yarn
120+
displayName: 'yarn install'
121121
122122
- script: |
123123
yarn config set npmPublishAccess public

0 commit comments

Comments
 (0)