Point graph-cli to use fork for automatic graph-ts exports (#22)

This commit is contained in:
2021-12-28 16:08:05 +05:30
committed by nabarun
parent e10f61ba61
commit 2bc40896b0
5 changed files with 29 additions and 21 deletions
@@ -10,7 +10,7 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 example1"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.22.0",
"@graphprotocol/graph-cli": "ssh://git@github.com:vulcanize/graph-cli.git#ng-export-graph-ts",
"@graphprotocol/graph-ts": "0.22.0"
}
}