SDA-1623: remove gulp check on build scripts

This commit is contained in:
Vishwas Shashidhar 2019-12-13 16:07:21 +05:30 committed by Vishwas Shashidhar
parent 13ca322a66
commit 7c3a898a63
2 changed files with 0 additions and 16 deletions

View File

@ -40,14 +40,6 @@ if %ERRORLEVEL% NEQ 0 (
EXIT /B 1
)
call npm i -g gulp-cli
WHERE gulp
if %ERRORLEVEL% NEQ 0 (
echo "GULP does not exist. Please set it up before running this script."
EXIT /B 1
)
echo "Node version is: "
call node --version

View File

@ -40,14 +40,6 @@ if %ERRORLEVEL% NEQ 0 (
EXIT /B 1
)
call npm i -g gulp-cli
WHERE gulp
if %ERRORLEVEL% NEQ 0 (
echo "GULP does not exist. Please set it up before running this script."
EXIT /B 1
)
echo "Node version is: "
call node --version