From 499235c3b60d8ee240d0b0a75f4534f9c390ff14 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 18 Nov 2017 11:23:29 -0500 Subject: [PATCH] Update yarn config locations to fix global (#1853) --- yarn.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/yarn.json b/yarn.json index 18535e95d8..27beaff4fa 100644 --- a/yarn.json +++ b/yarn.json @@ -18,9 +18,8 @@ "bin" ], "post_install": " - yarn config delete cache # 0.24.6 | remove wrong configuration value | delete after two updates - yarn config set cache-folder \"$persist_dir\\cache\" - yarn config set prefix \"$persist_dir\\bin\" + yarn config set cache-folder \"$dir\\cache\" + yarn config set prefix \"$dir\" ", "env_add_path": [ "bin",