From 7bbed9d4db04eb52c2fe302eb54526e8226c0d60 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 21 Apr 2021 13:49:33 +0200 Subject: [PATCH] Silence npm warnings --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c6690a3..2bdf6b5 100755 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ chown -R $app: $final_path pushd $final_path ynh_use_nodejs - exec_as $app env PATH=$PATH npm install --production + ynh_exec_warn_less exec_as $app env PATH=$PATH npm install --production popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 51ec782..12e2791 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -115,7 +115,7 @@ chown -R $app: $final_path pushd $final_path ynh_use_nodejs - exec_as $app env PATH=$PATH npm install --production + ynh_exec_warn_less exec_as $app env PATH=$PATH npm install --production popd #=================================================