From bf4dc9ba64c3aff89817a86fcba6dce03d51079a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 9 Jun 2020 11:14:01 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 0d90702..b0c4f00 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -137,8 +137,8 @@ then pushd "$final_path" ynh_use_nodejs - - yarn install --frozen-lockfile && ynh_exec_warn_less yarn run build + yarn install --frozen-lockfile + ynh_exec_warn_less yarn run build popd fi