mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
chore: skip restart on bench setup requirements
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
b3262ee503
commit
59647e0784
@ -572,7 +572,7 @@ def update_requirements(bench_path='.'):
|
||||
update_env_pip(bench_path)
|
||||
|
||||
for app in get_apps():
|
||||
install_app(app, bench_path=bench_path, skip_assets=True)
|
||||
install_app(app, bench_path=bench_path, skip_assets=True, postprocess=False)
|
||||
|
||||
|
||||
def update_node_packages(bench_path='.'):
|
||||
|
Loading…
Reference in New Issue
Block a user