2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00

chore: skip restart on bench setup requirements

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-04-20 22:08:48 +05:30
parent b3262ee503
commit 59647e0784
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -572,7 +572,7 @@ def update_requirements(bench_path='.'):
update_env_pip(bench_path) update_env_pip(bench_path)
for app in get_apps(): 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='.'): def update_node_packages(bench_path='.'):