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 9be9ee7 commit 6494aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"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-sepolia",
"publish:sepolia": "yarn build:sepolia && 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 6494aa9

Please sign in to comment.