mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
Add the fact that dev server depends on building Vue components
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -15,7 +15,7 @@
|
||||
{
|
||||
"label": "Run Dev Server",
|
||||
"type": "shell",
|
||||
"dependsOn": ["Run Migrations"],
|
||||
"dependsOn": ["Run Migrations", "Yarn Build"],
|
||||
"command": "python3 manage.py runserver",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user