Skip to content

Commit

Permalink
chore: empty commit to force ci workflow (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo authored Nov 19, 2024
1 parent f2d3af7 commit 0e910cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```

0 comments on commit 0e910cc

Please sign in to comment.