From 61f1c925bd6a47dc6027d3f8558d8ab67bd7017e Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 12 Mar 2024 15:54:35 +0000 Subject: [PATCH] build-react-native template - disable yarn telemetry --- templates/build-react-native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/build-react-native.yml b/templates/build-react-native.yml index bc474fc36b..b52ec38330 100644 --- a/templates/build-react-native.yml +++ b/templates/build-react-native.yml @@ -26,6 +26,7 @@ Builds: - npm cache clean - npm install --build-from-source # For Yarn + - yarn config set --home enableTelemetry 0 - yarn cache clean - npm_config_build_from_source=true yarn --force gradle: