mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
style: updated message log for app wise deps setup
This commit is contained in:
parent
2e23133a56
commit
35d1166868
@ -591,7 +591,7 @@ def update_yarn_packages(bench_path='.'):
|
|||||||
for app in os.listdir(apps_dir):
|
for app in os.listdir(apps_dir):
|
||||||
app_path = os.path.join(apps_dir, app)
|
app_path = os.path.join(apps_dir, app)
|
||||||
if os.path.exists(os.path.join(app_path, 'package.json')):
|
if os.path.exists(os.path.join(app_path, 'package.json')):
|
||||||
print('\nRunning "yarn install" for {0}'.format(app))
|
print('\n{0}Installing node dependencies for {1}{2}'.format(color.yellow, app, color.nc))
|
||||||
exec_cmd('yarn install', cwd=app_path)
|
exec_cmd('yarn install', cwd=app_path)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user