We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b3fa27 + ab36f61 commit 8a3ec37Copy full SHA for 8a3ec37
.npmrc
@@ -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*
8
@shopify:registry=https://registry.npmjs.org/
pnpm-workspace.yaml
@@ -8,3 +8,11 @@ onlyBuiltDependencies:
- nx
9
- protobufjs
10
- yarn
11
+strictPeerDependencies: false
12
+autoInstallPeers: true
13
+linkWorkspacePackages: true
14
+publicHoistPattern:
15
+ - '*vitest*'
16
+ - '*vite*'
17
+ - '*eslint*'
18
+ - '*prettier*'
0 commit comments