From 1abe0bc0372f1209ca78548df2f815430d6be5b7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Feb 2022 12:20:44 +0100 Subject: [PATCH] Update --- scripts/_common.sh | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5a76321..41d7ceb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=1d48c6de990de0cecef4296d6e041921cad150f9 +version_commit=335b42256fbbe5080d7756fc0ca085433c9d14f5 nodejs_version=16 diff --git a/scripts/install b/scripts/install index 46c6d80..b2d77c4 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 --production popd #=================================================