Skip to content

Commit

Permalink
feat: update vscode tasks to use sdk for subgraph cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 committed Jan 3, 2025
1 parent fe0b16a commit b5cab3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@
{
"label": "The Graph - Codegen the subgraph types",
"type": "shell",
"command": "btp-scs subgraph codegen",
"command": "bunx settlemint scs subgraph codegen",
"problemMatcher": []
},
{
"label": "The Graph - Build the subgraph",
"type": "shell",
"command": "btp-scs subgraph build",
"command": "bunx settlemint scs subgraph build",
"problemMatcher": [],
"group": {
"kind": "build",
Expand All @@ -142,7 +142,7 @@
{
"label": "The Graph - Deploy or update the subgraph",
"type": "shell",
"command": "btp-scs subgraph deploy",
"command": "bunx settlemint scs subgraph deploy",
"problemMatcher": []
},
{
Expand Down

0 comments on commit b5cab3f

Please sign in to comment.