From b0f9d654893ce96516bca25f03d01124277d31e7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Feb 2022 12:45:07 +0100 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b2d77c4..900076e 100755 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less npm i -g npm - ynh_exec_warn_less npm install --production + ynh_exec_warn_less npm install popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 7b754e7..2a96a23 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,7 +114,7 @@ ynh_script_progression --message="Building Sutom... (this will take some time an pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less npm i -g npm - ynh_exec_warn_less npm install --production + ynh_exec_warn_less npm install popd #=================================================