try final
This commit is contained in:
@@ -108,7 +108,7 @@ IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
|
|||||||
:: 4. Install gulp
|
:: 4. Install gulp
|
||||||
IF EXIST "%DEPLOYMENT_TARGET%\gulpfile.js" (
|
IF EXIST "%DEPLOYMENT_TARGET%\gulpfile.js" (
|
||||||
pushd "%DEPLOYMENT_TARGET%"
|
pushd "%DEPLOYMENT_TARGET%"
|
||||||
call :ExecuteCmd !NPM_CMD! install gulp gulp-concat-css gulp-uglify
|
call :ExecuteCmd !NPM_CMD! install gulp gulp-cache-bust gulp-concat-css gulp-uglify
|
||||||
call .\node_modules\.bin\gulp publish
|
call .\node_modules\.bin\gulp publish
|
||||||
IF !ERRORLEVEL! NEQ 0 goto error
|
IF !ERRORLEVEL! NEQ 0 goto error
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user