6 lines
120 B
PowerShell
6 lines
120 B
PowerShell
|
$ErrorActionPreference = "Stop"
|
||
|
cd ..
|
||
|
./emscripten_debug_build.ps1
|
||
|
if ($LASTEXITCODE -eq 0) {
|
||
|
./emscripten_run.ps1
|
||
|
}
|