mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
fix: Message per app when installing node deps
This commit is contained in:
parent
50ef73933c
commit
bdc20a5435
@ -505,6 +505,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))
|
||||||
exec_cmd('yarn install', cwd=app_path)
|
exec_cmd('yarn install', cwd=app_path)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user