Skip to content

Commit

Permalink
fixed a typo in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
replaysMike committed Apr 2, 2023
1 parent ee23a36 commit c2a83c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/appveyor-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ if ($LastExitCode -ne 0) { exit $LASTEXITCODE }
Write-Host "Building the UI..." -ForegroundColor cyan
cd .\Binner\Binner.Web\ClientApp
npm install
WriteHost "npm exit code: $LASTEXITCODE"
Write-Host "npm exit code: $LASTEXITCODE"
if ($LastExitCode -ne 0) { exit $LASTEXITCODE }
npm run build
WriteHost "npm exit code: $LASTEXITCODE"
Write-Host "npm exit code: $LASTEXITCODE"
if ($LastExitCode -ne 0) { exit $LASTEXITCODE }
cd ..\..\..\

Expand Down

0 comments on commit c2a83c2

Please sign in to comment.