From e724a659232817a6166f4c1361756d1ec4ba76e6 Mon Sep 17 00:00:00 2001 From: Navaneeth Suresh Date: Tue, 27 Oct 2020 20:41:14 +0530 Subject: [PATCH] Disable yarn update check --- .yarnrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.yarnrc b/.yarnrc index f465c5c5e6..6b56b971d7 100644 --- a/.yarnrc +++ b/.yarnrc @@ -3,6 +3,7 @@ registry "https://registry.npmjs.org/" +disable-self-update-check true lastUpdateCheck 1580389148099 yarn-path ".yarn/releases/yarn-1.22.1.js" network-timeout 600000