We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be9ee7 commit 6494aa9Copy full SHA for 6494aa9
package.json
@@ -15,7 +15,7 @@
15
"publish:goerli": "yarn build:goerli && graph deploy --product hosted-service kleros/curate-goerli",
16
"codegen:sepolia": "node render-templates.js sepolia && graph codegen && yarn fix-schema.ts",
17
"build:sepolia": "yarn codegen:sepolia && graph build",
18
- "publish:sepolia": "yarn build:goerli && graph deploy --studio kleros/curate-sepolia",
+ "publish:sepolia": "yarn build:sepolia && graph deploy --studio kleros/curate-sepolia",
19
"lint:eslint": "eslint . --ext .ts,.tsx",
20
"lint:prettier": "prettier --config .prettierrc 'src/**/*.ts' --check",
21
"lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:secrets",
0 commit comments