Echo commands to see what's going wrong

This commit is contained in:
murgatroid99 2019-06-14 10:06:34 -07:00
parent 0e47c12647
commit 7c5f2ce826
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ call npm update || goto :error
mkdir -p %ARTIFACTS_OUT%
@echo on
for %%a in (%arch_list%) do (
for %%v in (%node_versions%) do (
call .\node_modules\.bin\node-pre-gyp.cmd configure build --target=%%v --target_arch=%%a