|
|
@ -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']"
|
|
|
|