Commit 661ab5a4 authored by George C. Knee's avatar George C. Knee Committed by GitHub

Add `jq` to monorepo dependencies in CONTRIBUTING.md (#9018)

* docs: add jq to dependencies

* docs: advise running `pnpm install` after `pnpm clean` and before `pnpm build`
parent 1aa326d5
...@@ -70,6 +70,7 @@ You'll need the following: ...@@ -70,6 +70,7 @@ You'll need the following:
* [Docker Compose](https://docs.docker.com/compose/install/) * [Docker Compose](https://docs.docker.com/compose/install/)
* [Go](https://go.dev/dl/) * [Go](https://go.dev/dl/)
* [Foundry](https://getfoundry.sh) * [Foundry](https://getfoundry.sh)
* [jq](https://jqlang.github.io/jq/)
* [go-ethereum](https://github.com/ethereum/go-ethereum) * [go-ethereum](https://github.com/ethereum/go-ethereum)
### Setup ### Setup
...@@ -105,6 +106,7 @@ To build all of the [TypeScript packages](./packages), run: ...@@ -105,6 +106,7 @@ To build all of the [TypeScript packages](./packages), run:
```bash ```bash
pnpm clean pnpm clean
pnpm install
pnpm build pnpm build
``` ```
...@@ -141,6 +143,7 @@ Finally, **if you're running into weird problems and nothing seems to be working ...@@ -141,6 +143,7 @@ Finally, **if you're running into weird problems and nothing seems to be working
```bash ```bash
cd optimism cd optimism
pnpm clean pnpm clean
pnpm install
pnpm build pnpm build
cd ops cd ops
docker compose down -v docker compose down -v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment