From 4d2ec97eec6dba3cdec5ba793d1f5d9f90a4c93d Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Sat, 28 May 2022 22:22:30 +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