mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
SDA-1623: remove gulp check on build scripts
This commit is contained in:
parent
13ca322a66
commit
7c3a898a63
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user