Skip to content

Commit 980206f

Browse files
Use --userconfig in the pipeline step
1 parent c4dc674 commit 980206f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/run-for-all-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ stages:
2929
ServiceDirectory: core
3030

3131
- script: |
32-
npm install -g pnpm
32+
npm install -g pnpm --userconfig=$(CommonNpmrcPath)
3333
displayName: "Install Pnpm"
3434
3535
- script: |
36-
pnpm install
36+
pnpm install --userconfig=$(CommonNpmrcPath)
3737
displayName: "Install library dependencies"
3838
3939
- script: |

0 commit comments

Comments
 (0)