mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-21 05:27:03 +00:00
Improved: web interface load time should be significantly faster.
This commit is contained in:
parent
3311357df0
commit
4a5120a921
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Function RunGrunt()
|
||||||
Invoke-Expression 'npm install'
|
Invoke-Expression 'npm install'
|
||||||
CheckExitCode
|
CheckExitCode
|
||||||
|
|
||||||
Invoke-Expression ('node ' + $gruntPath + ' package')
|
Invoke-Expression ('node ' + $gruntPath + ' packagerjs')
|
||||||
CheckExitCode
|
CheckExitCode
|
||||||
|
|
||||||
Write-Host "##teamcity[progressFinish 'Running Grunt']"
|
Write-Host "##teamcity[progressFinish 'Running Grunt']"
|
||||||
|
|
Loading…
Reference in a new issue