Skip to content

Commit

Permalink
disable yarn telemetry (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Apr 21, 2023
1 parent c3da17c commit 5396b7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
enableScripts: false

enableTelemetry: 0

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"

yarnPath: .yarn/releases/yarn-3.2.2.cjs

0 comments on commit 5396b7a

Please sign in to comment.