Skip to content

Commit

Permalink
fix(dev): fixes deck dev startup (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach committed Apr 6, 2017
1 parent d57d7c9 commit 7f201f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/refresh_source.py
Expand Up @@ -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))
Expand Down

0 comments on commit 7f201f6

Please sign in to comment.