You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host -ForegroundColor Green "`n:: Packaging xterm.js`n"
Set-Location $TargetFolder
yarn package -- --mode development
Set-Location -
Write-Host -ForegroundColor Green "`n:: Finished! To watch changes, open the VS Code terminal in the xterm.js repo and run:`n`n yarn package -- --mode development --watch"
}
else
{
Write-Error -ForegroundColor Red "`n:: $XtermFolder is not a valid folder"