From bb148e6cec97455b9986555d9a35bb6a4e77a36f Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sat, 6 Mar 2021 20:38:22 +0530 Subject: [PATCH] Yarn silent mode --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b0a21ae..771c72a 100644 --- a/scripts/install +++ b/scripts/install @@ -131,7 +131,7 @@ ynh_script_progression --message="Building $app... (this will take some time and pushd "$final_path" || ynh_die ynh_use_nodejs - yarn install + yarn install --non-interactive --silent yarn global add knex-migrator NODE_ENV=production knex-migrator init yarn global add grunt-cli ember-cli