From f710b764ee98eb8d082778b14d73f2c1c1e3b18e Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Fri, 23 Feb 2024 21:38:39 +0000 Subject: [PATCH] Try to enable cacheFolder customization --- .yarnrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 84325522e..c9023763a 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -6,7 +6,7 @@ nodeLinker: node-modules npmRegistryServer: 'https://registry.npmjs.org' installStatePath: ./build/.cache/yarn/install-state.gz #globalFolder: ./build/.cache/yarn -#cacheFolder: ./build/.cache/yarn +cacheFolder: ./build/.cache/yarn # these messages provide no actionable information, and make non-TTY output # almost unreadable, masking real dependency-related information