Skip to content

Commit

Permalink
Update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 22, 2020
1 parent c738d70 commit a64c04f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"label": "Start All",
"type": "shell",
"command": "echo 'Running all..'",
"dependsOn": ["Start Backend", "Start Webapp"],
"dependsOn": ["Install Dependencies", "Start Backend", "Start Webapp"],
"group": {
"kind": "test",
"isDefault": true
Expand All @@ -20,7 +20,6 @@
"label": "Start Webapp",
"type": "shell",
"command": "cd frontend && yarn start",
"dependsOn": ["Install Dependencies"],
"group": {
"kind": "test",
"isDefault": true
Expand All @@ -35,7 +34,6 @@
"label": "Start Backend",
"type": "shell",
"command": "cd backend && yarn dev",
"dependsOn": ["Install Dependencies"],
"group": {
"kind": "test",
"isDefault": true
Expand Down Expand Up @@ -97,7 +95,6 @@
"isDefault": true
},
"presentation": {
"reveal": "test",
"panel": "new"
},
"problemMatcher": []
Expand Down

0 comments on commit a64c04f

Please sign in to comment.