Fixed Agent Packaging Script

This commit is contained in:
2025-04-24 01:02:22 -06:00
parent 9c68cdea84
commit f1203c4451
5 changed files with 63 additions and 36 deletions

View File

@ -152,7 +152,7 @@ switch ($choice) {
<#
Step: Build React App
#>
Run-Step "ReactJS Web Frontend: Build App" {
Run-Step "ReactJS Web Frontend: " {
Push-Location $webUIDestination
& $npmCmd run build
Pop-Location