From b7809c94d96a2168804e0b82413537af1c064b31 Mon Sep 17 00:00:00 2001 From: Cowch Date: Sat, 12 Jul 2025 16:37:45 -0500 Subject: [PATCH] fix(release): something --- scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index fded424..ad1a8ac 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -100,7 +100,7 @@ function Update-BuildNumber { Pop-Location Push-Location $rootDir/frontend - Write-Host "Building the frontend" + Write-Host "Building the frontend." npm run build if ($LASTEXITCODE -ne 0) {