build(build): linked everything together
This commit is contained in:
@@ -109,6 +109,7 @@ while ($true) {
|
||||
|
||||
Pop-Location
|
||||
npm run release:createZip
|
||||
npm run release
|
||||
Update-BuildNumber
|
||||
break
|
||||
}
|
||||
@@ -125,6 +126,7 @@ while ($true) {
|
||||
Write-Host "Fronend build finished successfully."
|
||||
Pop-Location
|
||||
npm run release:createZip
|
||||
npm run release
|
||||
Update-BuildNumber
|
||||
break
|
||||
}
|
||||
@@ -145,6 +147,7 @@ while ($true) {
|
||||
Push-Location $rootDir/frontend
|
||||
Write-Host "Building the frontend"
|
||||
npm run build
|
||||
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
Write-Warning "Fronend build failed!"
|
||||
Pop-Location
|
||||
@@ -154,6 +157,7 @@ while ($true) {
|
||||
Write-Host "Fronend build finished successfully."
|
||||
Pop-Location
|
||||
npm run release:createZip
|
||||
npm run release
|
||||
Update-BuildNumber
|
||||
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user