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 e308f0f commit c3ea6faCopy full SHA for c3ea6fa
.github/workflows/deploy-subgraph-chainX.yml
@@ -37,6 +37,10 @@ jobs:
37
working-directory: packages/subgraph
38
run: npm ci
39
40
+ - name: Codegen
41
+ working-directory: packages/subgraph
42
+ run: npm run codegen
43
+
44
- name: Deploy Subgraph
45
46
env:
.github/workflows/subgraph-ci.yml
@@ -40,6 +40,10 @@ jobs:
run: npm run check-format
47
# TODO: fix test command
48
# - name: Run unit tests
49
# working-directory: packages/subgraph
0 commit comments