Skip to content

Commit 661ab5a

Browse files
authored
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`
1 parent 1aa326d commit 661ab5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ You'll need the following:
7070
* [Docker Compose](https://docs.docker.com/compose/install/)
7171
* [Go](https://go.dev/dl/)
7272
* [Foundry](https://getfoundry.sh)
73+
* [jq](https://jqlang.github.io/jq/)
7374
* [go-ethereum](https://github.com/ethereum/go-ethereum)
7475

7576
### Setup
@@ -105,6 +106,7 @@ To build all of the [TypeScript packages](./packages), run:
105106

106107
```bash
107108
pnpm clean
109+
pnpm install
108110
pnpm build
109111
```
110112

@@ -141,6 +143,7 @@ Finally, **if you're running into weird problems and nothing seems to be working
141143
```bash
142144
cd optimism
143145
pnpm clean
146+
pnpm install
144147
pnpm build
145148
cd ops
146149
docker compose down -v

0 commit comments

Comments
 (0)