Added node pre-build steps to run_tests.py

pull/3783/head
murgatroid99 9 years ago
parent 4c351aafed
commit ae369de3b8
  1. 3
      tools/run_tests/run_tests.py

@ -191,7 +191,8 @@ class NodeLanguage(object):
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def pre_build_steps(self):
return []
# Default to 1 week cache expiration
return [['npm', 'update', '--cache-min', '604800']]
def make_targets(self):
return []

Loading…
Cancel
Save