Skip to content

Commit 6cbdeb4

Browse files
authored
build: Add tasks for code generation, building, and deployment of The Graph subgraph. (#22)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added tasks for code generation and building subgraphs for The Graph across multiple projects, enabling easier management and deployment of subgraph types. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2e126f4 commit 6cbdeb4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/tasks.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@
9393
"command": "btp-scs hardhat deploy remote --reset ${input:extra-deployment} -m ${input:deployment-module}",
9494
"problemMatcher": []
9595
},
96+
{
97+
"label": "The Graph - Codegen the subgraph types",
98+
"type": "shell",
99+
"command": "btp-scs subgraph codegen",
100+
"problemMatcher": []
101+
},
102+
{
103+
"label": "The Graph - Build the subgraph",
104+
"type": "shell",
105+
"command": "btp-scs subgraph build",
106+
"problemMatcher": [],
107+
"group": {
108+
"kind": "build",
109+
"isDefault": false
110+
},
111+
},
96112
{
97113
"label": "The Graph - Deploy or update the subgraph",
98114
"type": "shell",

0 commit comments

Comments
 (0)