yarn
Most `npm` operations are replaced with `yarn`, which generally has better behavior. However, steps like publish that write to the NPM registry are left to `npm`, which currently handles these tasks best.
Fixes https://github.com/vector-im/riot-web/issues/7386