We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe7038 commit 5dbd815Copy full SHA for 5dbd815
1 file changed
eng/test-steps.yml
@@ -7,8 +7,13 @@ steps:
7
- task: UseDotNet@2
8
inputs:
9
version: 6.x
10
+ - template: /eng/common/pipelines/templates/steps/create-authenticated-npmrc.yml
11
+ parameters:
12
+ npmrcPath: $(Agent.TempDirectory)/test/.npmrc
13
- script: npm ci
14
displayName: npm ci
15
+ env:
16
+ npm_config_userconfig: "$(Agent.TempDirectory)/test/.npmrc"
17
- script: npm run lint
18
displayName: lint
19
- script: npm run prettier
0 commit comments