mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-22 23:33:03 +08:00
9 lines
151 B
PowerShell
9 lines
151 B
PowerShell
Push-Location $PSScriptRoot\Agent
|
|
try {
|
|
yarn install
|
|
yarn compile
|
|
start powershell {yarn portal --port 9999}
|
|
}
|
|
finally {
|
|
Pop-Location
|
|
} |