From 2d9038bcb0d8a443cffe3e0cffc9246c11c426e8 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 26 Dec 2023 11:06:33 +0100 Subject: [PATCH] chore(npmrc): ignore workspace root check --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 009aa06d..a6c380f6 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist=true auto-install-peers=true +ignore-workspace-root-check=true