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:
* [Docker Compose](https://docs.docker.com/compose/install/)
* [Go](https://go.dev/dl/)
* [Foundry](https://getfoundry.sh)
* [jq](https://jqlang.github.io/jq/)
* [go-ethereum](https://github.com/ethereum/go-ethereum)
### Setup
......@@ -105,6 +106,7 @@ To build all of the [TypeScript packages](./packages), run:
```bash
pnpm clean
pnpm install
pnpm build
```
......@@ -141,6 +143,7 @@ Finally, **if you're running into weird problems and nothing seems to be working
```bash
cd optimism
pnpm clean
pnpm install
pnpm build
cd ops
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