Skip to content

Commit 3d4cd0b

Browse files
authored
chore: move pnpm config from .npmrc to pnpm-workspace.yaml (#1098)
1 parent c28c44e commit 3d4cd0b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.npmrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
registry = 'https://registry.npmjs.org/'
2-
strict-peer-dependencies=false
3-
auto-install-peers=false
4-
hoist-patterns[]=[]
1+
registry = 'https://registry.npmjs.org/'

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ onlyBuiltDependencies:
1717

1818
overrides:
1919
'zx>@types/node': '-'
20+
21+
strictPeerDependencies: false
22+
autoInstallPeers: false
23+
hoistPattern: []

0 commit comments

Comments
 (0)