mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
cleanup grunt file
This commit is contained in:
parent
afda9242f7
commit
410c8a25d3
3 changed files with 4 additions and 41 deletions
|
@ -43,6 +43,10 @@ Function CleanFolder($path)
|
|||
get-childitem $path -File -Filter FluentValidation.resources.dll -recurse | foreach ($_) {remove-item $_.fullname}
|
||||
|
||||
get-childitem $path -File -Filter app.config -Recurse | foreach ($_) {remove-item $_.fullname}
|
||||
|
||||
|
||||
Write-Host Removing .less files
|
||||
get-childitem $path -File -Filter *.less -Recurse | foreach ($_) {remove-item $_.fullname}
|
||||
|
||||
|
||||
Write-Host Removing NuGet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue