diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 0e91bc3c..f19af302 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -73,7 +73,7 @@ if (!$?) { Write-Host "Frontend built!" -f green } -f (!$?) { +if (!$?) { Write-Host -BackgroundColor red -ForegroundColor white "Could not generate buf types. See above." Exit 1 } else {