From 46e388df5f6fe3895ec3b35f87969f368d67f805 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 9 Oct 2021 23:33:49 +0800 Subject: [PATCH] fix: issue that can't run with pnpm. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..bf2e7648b --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true