Skip to content

Commit

Permalink
readme typo, silence warning, bump dependency. (#32)
Browse files Browse the repository at this point in the history
* fix: readme typo

* fix: the attribute  is obsolete, it will be ignored, please remove it to avoid potential confusion

* bump dependency, document docker

* fix: lock

* fix: manual lock sync

* fix: manual lock sync
  • Loading branch information
matteoettam09 authored Dec 1, 2024
1 parent c57472f commit e80aff4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
subgraph.template.yaml
src/config.template.ts
tests/.latest.json
tests/.latest.json
.prettierignore
yarn.lock
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ yarn install
## Running a local instance of graph-node locally

```bash
yarn infra:strat
yarn infra:start
```

## Deploying the subgraph locally
Expand All @@ -59,7 +59,6 @@ yarn deploy-local # deploy the subgraph locally

```bash
yarn test # run all tests
yarn test:graph # run only matchstick-as graph tests
yarn test:lint # run prettier linter
```

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
postgres:
image: postgres:14
Expand Down Expand Up @@ -42,6 +41,8 @@ services:

graph-node:
image: graphprotocol/graph-node
# Note, this image is not supported by M1 machines, see here for a workaround:
# https://github.com/graphprotocol/graph-node/tree/master/docker#running-graph-node-on-an-macbook-m1
ports:
- "8000:8000"
- "8001:8001"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3990,3 +3990,4 @@ [email protected]:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==

0 comments on commit e80aff4

Please sign in to comment.