Files
github-action-setup-xmake/Build-App.ps1
T
Opportunity 0623fb320e use ts
2019-10-12 12:03:58 +08:00

7 lines
101 B
PowerShell

#!/usr/bin/env pwsh
Push-Location $PSScriptRoot
remove-item .\dist -Recurse -Force
tsc
Pop-Location