From b59004aa7196be138b837ead5a6814ed3cf44055 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 7 Aug 2018 22:05:30 +0200 Subject: [PATCH] Do not fail on modules upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7198bcb..17d2a78 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -163,7 +163,7 @@ do echo "Update $node_module" (cd "$final_path/node_modules/$node_module" npm cache clean - ynh_exec_warn_less npm update) + ynh_exec_warn_less npm update || true) done <<< "$(ls -1 "$final_path/node_modules")" #=================================================