chore: add yarn add command to AGENTS.md#7334
Conversation
Overall package sizeSelf size: 4.45 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.3 | 76.87 kB | 808.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7334 +/- ##
=======================================
Coverage 86.03% 86.03%
=======================================
Files 513 513
Lines 22219 22219
=======================================
Hits 19117 19117
Misses 3102 3102 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-01-26 09:38:48 Comparing candidate commit f0fdc1e in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |

What does this PR do?
As the title says
Motivation
The
yarn installcommand is only getting the installed dependencies up-to-date. Make the list of allowedyarncommands complete by includedyarn addin the list.