Undo updating npm in node artifact builds

pull/11418/head
murgatroid99 8 years ago
parent 5ed0b4e6ab
commit 44c16d31d3
  1. 2
      tools/run_tests/artifacts/build_artifact_node.bat
  2. 2
      tools/run_tests/artifacts/build_artifact_node.sh

@ -35,8 +35,6 @@ set PATH=%PATH%;C:\Program Files\nodejs\;%APPDATA%\npm
del /f /q BUILD || rmdir build /s /q
call npm update -g npm
call npm update || goto :error
mkdir -p %ARTIFACTS_OUT%

@ -34,8 +34,6 @@ source ~/.nvm/nvm.sh
nvm use 4
set -ex
npm update -g npm
cd $(dirname $0)/../../..
rm -rf build || true

Loading…
Cancel
Save