From c73191d6fed9f573b317329c1c15aa34162da607 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 17 Apr 2020 15:08:02 +0200 Subject: [PATCH] [add] debug --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d110514..a8a9c33 100644 --- a/scripts/install +++ b/scripts/install @@ -152,9 +152,9 @@ ynh_system_user_create --username=$app ynh_script_progression --message="Performing Node app installation..." --time --weight=1 pushd $final_path/src - npm install -g node-gyp - npm install - npm audit fix + ynh_debug_exec npm install node-gyp + ynh_debug_exec npm install + ynh_debug_exec npm audit fix popd #=================================================