Skip to content

Commit 7b071a5

Browse files
authored
Update build.ps1
1 parent 7a3d63d commit 7b071a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (Test-Path $AppOutputFolder) {
99
New-Item -ItemType Directory -Force -Path $AppOutputFolder
1010

1111
Push-Location $FrontendSourceFolder
12-
npm audit --audit-level=info
12+
npm audit --audit-level=low
1313

1414
if ( $? -eq $false ) {
1515
exit $LastExitCode

0 commit comments

Comments
 (0)