We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125ac3b commit 720a911Copy full SHA for 720a911
1 file changed
packages/payment-detection/package.json
@@ -38,7 +38,7 @@
38
"prepare": "yarn run build",
39
"test": "jest --runInBand",
40
"test:watch": "yarn test --watch",
41
- "codegen": "graphql-codegen --config codegen.yml ; graphql-codegen --config codegen-superfluid.yml; graphql-codegen --config codegen-near.yml; graphql-codegen --config codegen-tron.yml"
+ "codegen": "graphql-codegen --config codegen.yml ; graphql-codegen --config codegen-superfluid.yml; graphql-codegen --config codegen-near.yml; test -f ../substreams-tron/schema.graphql && graphql-codegen --config codegen-tron.yml || echo 'Skipping tron codegen (schema not found)'"
42
},
43
"dependencies": {
44
"@requestnetwork/currency": "0.30.0",
0 commit comments