From 0de9288ab8d5412837fd4d427d0e00c4417d1f3b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 20 Dec 2021 12:03:31 +0100 Subject: [PATCH] Silence deployment warnings --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9dcbd43..d0c7ebe 100644 --- a/scripts/install +++ b/scripts/install @@ -184,8 +184,8 @@ update-alternatives --set php /usr/bin/php$phpversion pushd "$final_path" ynh_use_nodejs - yarn install - yarn run production + ynh_exec_warn_less yarn install + ynh_exec_warn_less yarn run production php$phpversion artisan setup:production --email=$email --password=$password -n --force php$phpversion artisan passport:client --password -n > key.txt