fix(release): something

This commit is contained in:
2025-07-12 16:37:45 -05:00
parent b82438f2f5
commit b7809c94d9

View File

@@ -100,7 +100,7 @@ function Update-BuildNumber {
Pop-Location Pop-Location
Push-Location $rootDir/frontend Push-Location $rootDir/frontend
Write-Host "Building the frontend" Write-Host "Building the frontend."
npm run build npm run build
if ($LASTEXITCODE -ne 0) { if ($LASTEXITCODE -ne 0) {