From 25300a10c806ecbbfd6a85d92ba374541c64ecd3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 18 Mar 2024 11:30:42 +0100 Subject: [PATCH] chore(.npmrc): add --- .npmrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..a6c380f6 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +shamefully-hoist=true +auto-install-peers=true +ignore-workspace-root-check=true