try to fix things

This commit is contained in:
Tommy Parnell
2015-08-10 21:32:24 -04:00
parent db52f3322a
commit 0adc81fa05
2 changed files with 1 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ call :SelectNodeVersion
:: 3. Install npm packages
IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install
call :ExecuteCmd !NPM_CMD! install --dev
IF !ERRORLEVEL! NEQ 0 goto error
popd