Commit e21fd7b4 by Dane Springmeyer

ensure whole build script runs [publish binary]

parent 094ceb26
......@@ -61,12 +61,12 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
:NODE_INSTALLED
ECHO available node.exe^:
where node
call where node
ECHO available npm^:
where npm
call where npm
ECHO node^: && node -v
node -e "console.log(process.argv,process.execPath)"
call node -e "console.log(process.argv,process.execPath)"
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO npm^: && CALL npm -v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment