mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix typo in build script's if statement (#3017)
missing 'i' in 'if' statement
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user