We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a166645 commit a5e7fdfCopy full SHA for a5e7fdf
1 file changed
.azure-pipelines/release.yml
@@ -48,22 +48,10 @@ extends:
48
inputs:
49
version: '22.x'
50
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
60
- script: |
61
npm ci --loglevel=verbose || npm ci --loglevel=verbose || npm install
62
displayName: 'Install npm dependencies with retry'
63
workingDirectory: '$(Build.SourcesDirectory)'
64
- env:
65
- npm_config_fund: false
66
- npm_config_audit: false
67
68
- script: npm run build
69
displayName: 'Build project'
0 commit comments