From d5b05791c6d5a547e053b47e5507c47d734b6721 Mon Sep 17 00:00:00 2001 From: g <5714678+giuseppecrj@users.noreply.github.com> Date: Sat, 8 Feb 2025 16:30:24 -0500 Subject: [PATCH] upgdate package scripts --- packages/subgraph/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index 9afe16c60..28685a22a 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -2,13 +2,13 @@ "name": "@river-build/subgraph", "license": "UNLICENSED", "scripts": { - "codegen": "graph codegen", - "build": "graph build", - "deploy": "graph deploy diamond --node https://api.studio.thegraph.com/deploy/", - "create-local": "graph create diamond --node http://localhost:8020/", - "remove-local": "graph remove diamond --node http://localhost:8020/", - "deploy-local": "graph deploy diamond --node http://localhost:8020/ --ipfs http://localhost:5001", - "test": "graph test" + "graph-codegen": "graph codegen", + "graph-build": "graph build", + "graph-deploy": "graph deploy diamond --node https://api.studio.thegraph.com/deploy/", + "graph-create-local": "graph create diamond --node http://localhost:8020/", + "graph-remove-local": "graph remove diamond --node http://localhost:8020/", + "graph-deploy-local": "graph deploy diamond --node http://localhost:8020/ --ipfs http://localhost:5001", + "graph-test": "graph test" }, "dependencies": { "@graphprotocol/graph-cli": "0.95.0",