Skip to content

Commit

Permalink
fix: correct subgraph name
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Oct 27, 2023
1 parent 0d8b5da commit 9be9ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"publish:mainnet": "yarn build:mainnet && graph deploy --product hosted-service kleros/curate",
"codegen:goerli": "node render-templates.js goerli && graph codegen && yarn fix-schema.ts",
"build:goerli": "yarn codegen:goerli && graph build",
"publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate",
"publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate-goerli",
"codegen:sepolia": "node render-templates.js sepolia && graph codegen && yarn fix-schema.ts",
"build:sepolia": "yarn codegen:sepolia && graph build",
"publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate",
"publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate-sepolia",
"lint:eslint": "eslint . --ext .ts,.tsx",
"lint:prettier": "prettier --config .prettierrc 'src/**/*.ts' --check",
"lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:secrets",
Expand Down

0 comments on commit 9be9ee7

Please sign in to comment.