diff --git a/build.ps1 b/build.ps1 index 18d66faa2..873c4d0c1 100644 --- a/build.ps1 +++ b/build.ps1 @@ -133,7 +133,7 @@ Function RunGrunt() Invoke-Expression 'npm install' CheckExitCode - Invoke-Expression ('node ' + $gruntPath + ' package') + Invoke-Expression ('node ' + $gruntPath + ' packagerjs') CheckExitCode Write-Host "##teamcity[progressFinish 'Running Grunt']"