Skip to content

Commit

Permalink
Add a task for installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Dec 27, 2023
1 parent 61b1b4c commit 9128354
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Install packages",
"type": "shell",
"problemMatcher": [],
"command": "./bin/wally-install.sh"
},
{
"label": "Build (Development)",
"type": "shell",
Expand Down Expand Up @@ -50,4 +56,4 @@
"command": "npx moonwave dev"
}
]
}
}

0 comments on commit 9128354

Please sign in to comment.