1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

UI build cleanup.

This commit is contained in:
kayone
2013-11-20 22:26:18 -08:00
parent 499a34166f
commit 0124bd9f1e
3 changed files with 3 additions and 406 deletions
+3 -1
View File
@@ -133,9 +133,11 @@ Function RunGrunt()
Invoke-Expression 'npm install'
CheckExitCode
Invoke-Expression ('node ' + $gruntPath + ' packagerjs')
Invoke-Expression ('node ' + $gruntPath + ' packagerjs') -ErrorAction Continue -Verbose
CheckExitCode
Remove-Item $outputFolder\UI\build.txt -ErrorAction Continue
Write-Host "##teamcity[progressFinish 'Running Grunt']"
}