From 1081e3fb734942fd5ed20350df036b2417afa487 Mon Sep 17 00:00:00 2001 From: goldins Date: Fri, 4 Feb 2022 00:13:01 -0500 Subject: [PATCH] try fixing deployment again --- netlify.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index 79fec7d..6d41ebf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,9 +2,3 @@ functions = "out_functions" publish = "out_publish" command = "yarn build" - -# Yarn 3 cache does not work out of the box as of Jan 2022. Context: -# https://github.com/netlify/build/issues/1535#issuecomment-1021947989 -[build.environment] - YARN_CACHE_FOLDER = "/opt/buildhome/.yarn_cache" - YARN_VERSION = "3.1.1"