From 615ffc45484579ac8f353f75cf67c2bfaf95dc42 Mon Sep 17 00:00:00 2001 From: Gigin George Date: Sun, 19 Jun 2022 16:15:50 +0530 Subject: [PATCH] Fix netlify.toml --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 1cfa98f109f..d133d20bdad 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,8 +2,8 @@ publish = "build/" command = "CI='' npm run build" -[build.environment] -NPM_FLAGS = "--legacy-peer-deps" +## [build.environment] +## NPM_FLAGS = "--legacy-peer-deps" ## Yarn 3 cache does not work out of the box as of Jan 2022. Context: ## https://github.com/netlify/build/issues/1535#issuecomment-1021947989