From cd2ff30b564314c89eecad216ea6a8b363564cc2 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 1 Feb 2024 19:24:39 -0500 Subject: [PATCH] chore: try shamefully hoisting test app deps --- packages/react/test/apps/react18/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/react/test/apps/react18/.npmrc diff --git a/packages/react/test/apps/react18/.npmrc b/packages/react/test/apps/react18/.npmrc new file mode 100644 index 0000000000..bf2e7648b0 --- /dev/null +++ b/packages/react/test/apps/react18/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true