build-react-native template - disable yarn telemetry

This commit is contained in:
Licaon_Kter 2024-03-12 15:54:35 +00:00
parent c49a8ca454
commit 61f1c925bd
1 changed files with 1 additions and 0 deletions

View File

@ -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: