Files
GacUI/.github/bot.ps1
2026-03-01 19:07:14 -08:00

9 lines
151 B
PowerShell

Push-Location $PSScriptRoot\Agent
try {
yarn install
yarn compile
start powershell {yarn portal --port 9999}
}
finally {
Pop-Location
}