Skip to content
Snippets Groups Projects
Commit e4018a23 authored by Björn Modée's avatar Björn Modée
Browse files

Add task that start client, server and populate at the same time

parent fbc25adb
No related branches found
No related tags found
1 merge request!165Add task that start client, server and populate at the same time
Pipeline #46767 passed
......@@ -104,6 +104,12 @@
"group": "build",
"dependsOn": ["Start server", "Start client"],
"problemMatcher": []
},
{
"label": "Start client, server and populate",
"group": "build",
"dependsOn": ["Start server", "Start client", "Populate database"],
"problemMatcher": []
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment