Skip to content

Commit

Permalink
fix: Message per app when installing node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Mar 24, 2020
1 parent 50ef739 commit bdc20a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ def update_yarn_packages(bench_path='.'):
for app in os.listdir(apps_dir):
app_path = os.path.join(apps_dir, app)
if os.path.exists(os.path.join(app_path, 'package.json')):
print('\nRunning "yarn install" for {0}'.format(app))
exec_cmd('yarn install', cwd=app_path)


Expand Down

0 comments on commit bdc20a5

Please sign in to comment.