From 32be03ee26a2662a0a0186073b823422029659d5 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 1 Oct 2018 03:48:19 +0530 Subject: [PATCH] Fixed yarn in upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 80c25a3..1ff822b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -130,7 +130,7 @@ ynh_secure_remove "$tmpdir" ( cd "$final_path" - yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/ + yarn install --production --pure-lockfile )