Skip to content

Commit

Permalink
Update VS Code build task to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdale committed Nov 28, 2018
1 parent 5f978f6 commit 3c5b4f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"version": "2.0.0",
"command": "npm",
"tasks": [{
"label": "vscode-build",
"type": "shell",
"command": "npm",
"command": "yarn",
"args": ["run", "problems"],
"group": {
"kind": "build",
Expand Down

0 comments on commit 3c5b4f4

Please sign in to comment.