From 87e3726804db9a659c025c3c97438226b322f9ee Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Thu, 4 Dec 2025 01:28:22 +0000 Subject: [PATCH] chore: move pnpm settings to pnpm-workspace.yaml --- .npmrc | 6 ------ pnpm-workspace.yaml | 11 +++++++++++ 2 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b8f02b5c..00000000 --- a/.npmrc +++ /dev/null @@ -1,6 +0,0 @@ -hoist-pattern[]=postcss -hoist-pattern[]=pug # playground/vue > @vue/compiler-sfc -hoist-pattern[]=ts-node # playground/tailwind -strict-peer-dependencies=false -shell-emulator=true -auto-install-peers=false diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fae3f6c3..88bacab1 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -24,3 +24,14 @@ onlyBuiltDependencies: - playwright-chromium - simple-git-hooks - unrs-resolver + +hoistPattern: + - postcss + - pug # playground/vue > @vue/compiler-sfc + - ts-node # playground/tailwind + +autoInstallPeers: false + +strictPeerDependencies: false + +shellEmulator: true