From 25ea76c5312d6d393ac247861a45a8891b9d8c0f Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Sun, 29 May 2022 00:15:03 +0800 Subject: [PATCH] chore: make scripts consistent across platforms ref https://pnpm.io/cli/run#shell-emulator --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..3bd3b7de --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shell-emulator=true