Unverified Commit 621a8d4e authored by jg0312's avatar jg0312 Committed by GitHub

chore: fix typo in build script's if statement (#3017)

missing 'i' in 'if' statement
parent dfa78cac
...@@ -73,7 +73,7 @@ if (!$?) { ...@@ -73,7 +73,7 @@ if (!$?) {
Write-Host "Frontend built!" -f green Write-Host "Frontend built!" -f green
} }
f (!$?) { if (!$?) {
Write-Host -BackgroundColor red -ForegroundColor white "Could not generate buf types. See above." Write-Host -BackgroundColor red -ForegroundColor white "Could not generate buf types. See above."
Exit 1 Exit 1
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment