File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 "publish:mainnet" : " yarn build:mainnet && graph deploy --product hosted-service kleros/curate" ,
1313 "codegen:goerli" : " node render-templates.js goerli && graph codegen && yarn fix-schema.ts" ,
1414 "build:goerli" : " yarn codegen:goerli && graph build" ,
15- "publish:goerli" : " yarn build:goerli && graph deploy --product hosted-service kleros/curate" ,
15+ "publish:goerli" : " yarn build:goerli && graph deploy --product hosted-service kleros/curate-goerli " ,
1616 "codegen:sepolia" : " node render-templates.js sepolia && graph codegen && yarn fix-schema.ts" ,
1717 "build:sepolia" : " yarn codegen:sepolia && graph build" ,
18- "publish:sepolia" : " yarn build:goerli && graph deploy --studio kleros/curate" ,
18+ "publish:sepolia" : " yarn build:goerli && graph deploy --studio kleros/curate-sepolia " ,
1919 "lint:eslint" : " eslint . --ext .ts,.tsx" ,
2020 "lint:prettier" : " prettier --config .prettierrc 'src/**/*.ts' --check" ,
2121 "lint" : " yarn lint:eslint && yarn lint:prettier && yarn lint:secrets" ,
You can’t perform that action at this time.
0 commit comments