From 2d1016d362c0933aa43ac366c8b171c5c0532534 Mon Sep 17 00:00:00 2001 From: PatrickDaG <58092422+PatrickDaG@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:47:35 +0200 Subject: [PATCH] Add nmprc to automatically hoist dependencies (#136) --- frontend/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 frontend/.npmrc diff --git a/frontend/.npmrc b/frontend/.npmrc new file mode 100644 index 00000000..bf2e7648 --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true