This commit is contained in:
Opportunity
2019-10-12 12:03:58 +08:00
Unverified
parent 64d491fabb
commit 0623fb320e
69 changed files with 14562 additions and 95 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env pwsh
Push-Location $PSScriptRoot
remove-item .\dist -Recurse -Force
tsc
Pop-Location