diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c4f8a1542..fff9f33fa 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,7 @@ { "label": "Run Dev Server", "type": "shell", - "dependsOn": ["Run Migrations"], + "dependsOn": ["Run Migrations", "Yarn Build"], "command": "python3 manage.py runserver", }, {