diff --git a/.yarnrc.yml b/.yarnrc.yml index f30cdee6..ed3e93bf 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,3 +1,9 @@ +# For more info see https://yarnpkg.com/advanced/telemetry +enableTelemetry: false + +# Experimental but we need this for the migration (we’ll switch it later) +nodeLinker: "node-modules" + plugins: - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs spec: "@yarnpkg/plugin-workspace-tools"