-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
2022 Week 17-19 (from Apr 25), 2022 Week 20-22 (from May 16)
Yarn 1.2.2 (also known as Yarn Classic) has been deprecated for a while. Since we're not using Yarn for anything other than running scripts, it can be easily replaced by `npm`, or `pnpm`.
Removing Yarn also prevents people from messing with the pnpm-lock.yaml file, as `pnpm` won't try and use registry.yarnpkg.com to download dependencies by mistake.