From bc297b63fd83d6aeb5a999e6734b44a4ac6170b5 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 23 Jul 2018 01:44:23 +0530 Subject: [PATCH] testing yarn fail on some vps --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d603fdf..c1bccb1 100644 --- a/scripts/install +++ b/scripts/install @@ -141,7 +141,7 @@ touch "$final_path/config/local-production.json" ( cd "$final_path" - yarn install --production --pure-lockfile --silent --cache-folder /var/cache/yarn/ + yarn install --production --pure-lockfile ) #=================================================