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 088ab60 commit ed2f01cCopy full SHA for ed2f01c
src/ServicePulse.Host/build.ps1
@@ -17,7 +17,7 @@ if ( $? -eq $false ) {
17
18
npm install
19
npm run build
20
-Remove-Item -Path "./dist/mockServiceWorker.js"
+Remove-Item -Path "./dist/mockServiceWorker.js" -ErrorAction SilentlyContinue
21
Pop-Location
22
23
Copy-Item -path $FrontendSourceFolder/dist/* -Destination $AppOutputFolder -Recurse
0 commit comments