Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
chenyaoy and coderabbitai[bot] authored May 10, 2024
1 parent 76309d8 commit aab8ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ pnpm install

### Build

To build all of the services and packages, run:
To build all services and packages, run:

```
pnpm run build:all
```
This should be run whenever code is changed and you need to deploy or run the updated code, including running unit tests, deploying locally, or deploying to AWS.
This should be run whenever code is changed, and you need to deploy or run the updated code, including running unit tests, deploying locally, or deploying to AWS.

## Adding Packages

Expand Down Expand Up @@ -89,7 +89,7 @@ Protos can be found in `proto/` [here](https://github.com/dydxprotocol/v4-chain/

## Running unit tests

First, make sure all of the services and packages are built with the latest code by running:
First, make sure all services and packages are built with the latest code by running:

```
pnpm run build:all
Expand Down

0 comments on commit aab8ab6

Please sign in to comment.