1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Removed old UI

This commit is contained in:
Keivan Beigi
2017-02-23 16:31:29 -08:00
committed by Taloth Saldono
parent 5894b4fd95
commit e343f8e35e
860 changed files with 3 additions and 99703 deletions

View File

@@ -95,12 +95,8 @@ RunGulp()
ProgressEnd 'yarn install'
echo "##teamcity[progressStart 'Running gulp']"
CheckExitCode npm run build
CheckExitCode yarn run build --production
echo "##teamcity[progressFinish 'Running gulp']"
echo "##teamcity[progressStart 'Running gulp (phantom)']"
CheckExitCode yarn run build -- --production
echo "##teamcity[progressFinish 'Running gulp (phantom)']"
}
CreateMdbs()