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 7a3d63d commit 7b071a5Copy full SHA for 7b071a5
src/ServicePulse.Host/build.ps1
@@ -9,7 +9,7 @@ if (Test-Path $AppOutputFolder) {
9
New-Item -ItemType Directory -Force -Path $AppOutputFolder
10
11
Push-Location $FrontendSourceFolder
12
-npm audit --audit-level=info
+npm audit --audit-level=low
13
14
if ( $? -eq $false ) {
15
exit $LastExitCode
0 commit comments