Skip to content

Commit c79bbd6

Browse files
committed
chore: move pnpm-specific settings from .npmrc to .npmrc.yml
- Move shamefully-hoist=true and node-linker=hoisted to .npmrc.yml - These are pnpm-specific settings that should use .npmrc.yml format This fixes npm warnings about unknown project config options when running npm commands. The .npmrc.yml format is the recommended way to configure pnpm-specific settings in a project. See: https://pnpm.io/npmrc.html
1 parent 7986f5a commit c79bbd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# pnpm-specific settings
12
shamefully-hoist=true
23
node-linker=hoisted

0 commit comments

Comments
 (0)