Skip to content

Commit c91699e

Browse files
committed
fix: wrong script command
1 parent 79fb24b commit c91699e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"create-local": "graph create --node http://localhost:8020/ kleros/kleros-v2-core-local",
1212
"remove-local": "graph remove --node http://localhost:8020/ kleros/kleros-v2-core-local",
1313
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/kleros-v2-core-local --version-label v$(date +%s)",
14-
"rebuild-deploy-local": "yarn update localhost mainnet && yarn codegen && yarn create-local && yarn deploy-local",
14+
"rebuild-deploy-local": "./scripts/update.sh localhost mainnet && yarn codegen && yarn create-local && yarn deploy-local",
1515
"start-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml up -d && docker compose -f ../services/graph-node/docker-compose.yml logs -f",
1616
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
1717
},

0 commit comments

Comments
 (0)