From 151550e8244d63248859c70d2a5e9deec65dbdbc 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 00000000..bf2e7648 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true