mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[Other] Update clean.ps1
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
if ( Test-Path 'build' ) {
|
||||
rm -Recurse -Force 'build'
|
||||
}
|
||||
|
||||
if ( Test-Path 'release' ) {
|
||||
rm -Recurse -Force 'release'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user