mirror of
https://github.com/usememos/memos.git
synced 2025-03-06 10:34:01 +08:00
chore: fix typo in build script's if statement (#3017)
missing 'i' in 'if' statement
This commit is contained in:
parent
dfa78cac49
commit
621a8d4e20
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue