From efef3a65a50f43bbfd83a194b838f6b22585cbcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Thu, 14 Mar 2024 16:35:30 +0100 Subject: [PATCH] Try to fix the netlify build --- .npmrc | 2 ++ netlify.toml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 8e012302ad..6b6f924c7a 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ enable-pre-post-scripts = true +public-hoist-pattern[]=* +public-hoist-pattern[]=!@mui/base diff --git a/netlify.toml b/netlify.toml index 6da0ad7b60..619f9ef8bb 100644 --- a/netlify.toml +++ b/netlify.toml @@ -9,7 +9,6 @@ [build.environment] NODE_VERSION = "18" - PNPM_FLAGS = "--shamefully-hoist" [[plugins]] package = "./node_modules/@mui/monorepo/packages/netlify-plugin-cache-docs"