modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.15k stars 271 forks source link

Contributing guide uses npm, GitHub actions use Yarn #2726

Closed justinfagnani closed 1 month ago

justinfagnani commented 1 month ago

Is the contributing guide wrong here?

Could we switch the repo to npm and check in a package lock?

justinfagnani commented 1 month ago

The repo also doesn't seem to say why version of yarn it uses, so when I run npm test and I get an error that the command yarn isn't found, I'm not sure what to install from there.