Skip to content

Commit

Permalink
disable yarn telemetry (#229)
Browse files Browse the repository at this point in the history
Signed-off-by: Kangrui Johann Ye <[email protected]>
  • Loading branch information
strawberry-choco authored Mar 6, 2024
1 parent 5caf7f6 commit 7bd99b0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
defaultSemverRangePrefix: ""

enableTelemetry: 0

nodeLinker: node-modules
npmRegistryServer: https://registry.npmjs.org
npmAuthToken: ${NODE_AUTH_TOKEN-''}
defaultSemverRangePrefix: ''

npmAuthToken: "${NODE_AUTH_TOKEN-''}"

npmRegistryServer: "https://registry.npmjs.org"

0 comments on commit 7bd99b0

Please sign in to comment.