matter-labs / zksync-docs

Developer documentation site for zkSync community.
https://docs.zksync.io/
Apache License 2.0
6 stars 17 forks source link

Add bun and npm to places that only reference yarn #44

Closed cpb8010 closed 2 months ago

cpb8010 commented 2 months ago

🌟 Feature Request

This is partially a bug and partially a new feature because it was imported behavior from the old system.

📝 Description

There are some places that still reference yarn commands directly. There are now code blocks that can contain: npm, yarn, bun, and pnpm commands.

🤔 Rationale

Having just the yarn command when other places support other node package managers is inconsistent.

🖼️ Mockups/Examples

This is what it looks like now: image

and this is what it should look like:

image

📋 Additional Context

This is kinda tough to audit across the repo, but there are some places in the external node that can't easily be reformatted.