Skip to content

Commit 0842f7a

Browse files
authored
Fixing failing npm step in precheckin pipeline (#4013)
* Update azure-pipelines.yml to add --no-audit step
1 parent 7162d81 commit 0842f7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ extends:
9191
versionSpec: "18.16.x"
9292
displayName: "Install Node.js"
9393
- script: |
94-
npm install
94+
npm install --no-audit
9595
displayName: "npm install"
9696
- script: |
9797
npm run lint
@@ -117,7 +117,7 @@ extends:
117117
versionSpec: "18.16.x"
118118
displayName: "Install Node.js"
119119
- script: |
120-
npm install
120+
npm install --no-audit
121121
displayName: "npm install"
122122
- script: |
123123
npm run build
@@ -261,4 +261,4 @@ extends:
261261
tag: 'v$(Build.BuildNumber)'
262262
title: 'Graph Explorer - v$(Build.BuildNumber)'
263263
assets: '$(Build.ArtifactStagingDirectory)/*.zip'
264-
changeLogType: issueBased
264+
changeLogType: issueBased

0 commit comments

Comments
 (0)