Skip to content

Commit a5e7fdf

Browse files
committed
removing env
1 parent a166645 commit a5e7fdf

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,10 @@ extends:
4848
inputs:
4949
version: '22.x'
5050

51-
- script: |
52-
node --version
53-
npm --version
54-
displayName: 'Display Node and npm versions'
55-
56-
- script: npm cache clean --force
57-
displayName: 'Clean npm cache'
58-
workingDirectory: '$(Build.SourcesDirectory)'
59-
6051
- script: |
6152
npm ci --loglevel=verbose || npm ci --loglevel=verbose || npm install
6253
displayName: 'Install npm dependencies with retry'
6354
workingDirectory: '$(Build.SourcesDirectory)'
64-
env:
65-
npm_config_fund: false
66-
npm_config_audit: false
6755
6856
- script: npm run build
6957
displayName: 'Build project'

0 commit comments

Comments
 (0)