Skip to content

Commit 8a3ec37

Browse files
authored
Merge pull request #6060 from Shopify/07-03-move_from_.npmrc_to_pnpm-workspace.yml
Move from .npmrc to pnpm-workspace.yml
2 parents 3b3fa27 + ab36f61 commit 8a3ec37

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.npmrc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
strict-peer-dependencies=false
2-
auto-install-peers=true
3-
link-workspace-packages=true
4-
public-hoist-pattern[]=*vitest*
5-
public-hoist-pattern[]=*vite*
6-
public-hoist-pattern[]=*eslint*
7-
public-hoist-pattern[]=*prettier*
81
@shopify:registry=https://registry.npmjs.org/

pnpm-workspace.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ onlyBuiltDependencies:
88
- nx
99
- protobufjs
1010
- yarn
11+
strictPeerDependencies: false
12+
autoInstallPeers: true
13+
linkWorkspacePackages: true
14+
publicHoistPattern:
15+
- '*vitest*'
16+
- '*vite*'
17+
- '*eslint*'
18+
- '*prettier*'

0 commit comments

Comments
 (0)