From aab8ab691223b1d2d692e7a04ccc488baf8d000d Mon Sep 17 00:00:00 2001 From: Chenyao Yu <4844716+chenyaoy@users.noreply.github.com> Date: Fri, 10 May 2024 16:53:21 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- indexer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indexer/README.md b/indexer/README.md index 8a7c8f8a06..c9bcec0095 100644 --- a/indexer/README.md +++ b/indexer/README.md @@ -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 @@ -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