fix this thing

This commit is contained in:
Tommy Parnell
2015-08-10 20:36:12 -04:00
parent f46d91da3b
commit 4b2269ea88
4 changed files with 42 additions and 25 deletions

View File

@@ -109,7 +109,7 @@ IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
IF EXIST "%DEPLOYMENT_TARGET%\gulpfile.js" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install gulp
call .\node_modules\.bin\gulp compress
call .\node_modules\.bin\gulp publish
IF !ERRORLEVEL! NEQ 0 goto error
popd
)