We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7162d81 commit 0842f7aCopy full SHA for 0842f7a
azure-pipelines.yml
@@ -91,7 +91,7 @@ extends:
91
versionSpec: "18.16.x"
92
displayName: "Install Node.js"
93
- script: |
94
- npm install
+ npm install --no-audit
95
displayName: "npm install"
96
97
npm run lint
@@ -117,7 +117,7 @@ extends:
117
118
119
120
121
122
123
npm run build
@@ -261,4 +261,4 @@ extends:
261
tag: 'v$(Build.BuildNumber)'
262
title: 'Graph Explorer - v$(Build.BuildNumber)'
263
assets: '$(Build.ArtifactStagingDirectory)/*.zip'
264
- changeLogType: issueBased
+ changeLogType: issueBased
0 commit comments