Browse Source

Merge pull request #16570 from abpframework/alper/test_cla

Update delete-bin-obj.ps1
pull/16759/head
selman koc 3 years ago
committed by GitHub
parent
commit
6cfcedc21b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      delete-bin-obj.ps1

2
delete-bin-obj.ps1

@ -1,7 +1,5 @@
Clear-Host
Write-Host "Deleting all BIN and OBJ folders..." -ForegroundColor Cyan
Get-ChildItem -Path . -Include bin,obj -Recurse -Directory | ForEach-Object {
if ($_.FullName -notmatch "\\node_modules\\") {
Write-Host "Deleting:" $_.FullName -ForegroundColor Yellow

Loading…
Cancel
Save