From 7cf69bd8bfb7b2e6aafe9b9decb63cdeb753e66d Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Fri, 12 Jan 2018 20:07:27 -0500 Subject: [PATCH] This is a good default. Adds approx 4 seconds to install time, but can save some headaches. --- .yarnrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.yarnrc b/.yarnrc index acaaffdb73e..81aff66ff62 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ --install.no-lockfile true +--install.check-files true