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 ce2d4bd commit 6452ca0Copy full SHA for 6452ca0
src/ServicePulse.Host/build.ps1
@@ -9,6 +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
13
npm install
14
npm run build
15
Remove-Item -Path "./dist/mockServiceWorker.js"
@@ -18,4 +19,4 @@ Copy-Item -path $FrontendSourceFolder/dist/* -Destination $AppOutputFolder -Recu
18
19
20
if ( $? -eq $false ) {
21
exit $LastExitCode
-}
22
+}
0 commit comments