diff --git a/packages/subgraph/README.md b/packages/subgraph/README.md index a97f61a2b..8cd88789f 100644 --- a/packages/subgraph/README.md +++ b/packages/subgraph/README.md @@ -12,6 +12,7 @@ Official [subgraph](https://api.thegraph.com/subgraphs/name/bosonprotocol/polygo \* The `testing` and `staging` subgraphs are used for development purposes. ## Local development If you haven't already, run in the root of this monorepo + ```bash npm ci ``` @@ -21,11 +22,13 @@ npm ci We use [Matchstick](https://github.com/LimeChain/matchstick/blob/main/README.md) for unit testing the subgraph. Either run in the root of this monorepo + ```bash npm run test -w @bosonprotocol/subgraph ``` or in the `/packages/subgraph` folder + ```bash npm run test ```