File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
"create-local" : " graph create --node http://localhost:8020/ kleros/kleros-v2-core-local" ,
12
12
"remove-local" : " graph remove --node http://localhost:8020/ kleros/kleros-v2-core-local" ,
13
13
"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" ,
15
15
"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" ,
16
16
"stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
17
17
},
You can’t perform that action at this time.
0 commit comments