diff --git a/dev/refresh_source.py b/dev/refresh_source.py index 6174d7565..3c4691745 100755 --- a/dev/refresh_source.py +++ b/dev/refresh_source.py @@ -434,6 +434,7 @@ def write_deck_run_script(self, repository): cd "$d" LOG_DIR=${{LOG_DIR:-../logs}} +npm install >& "$LOG_DIR/{name}.log" bash -c "(./start.sh >> '$LOG_DIR/{name}.log') 2>&1\ | tee -a '$LOG_DIR/{name}.log' >& '$LOG_DIR/{name}.err' &" """.format(name=name))