Initial sanitized SmartSpeaker snapshot
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Write-Host "Cleaning build files..." -ForegroundColor Red
|
||||
if (Test-Path "build") {
|
||||
Remove-Item -Path "build" -Recurse -Force
|
||||
Write-Host "Build folder successfully removed." -ForegroundColor Green
|
||||
} else {
|
||||
Write-Host "Nothing to clean. Build folder does not exist." -ForegroundColor Yellow
|
||||
}
|
||||
Reference in New Issue
Block a user