diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 15db470..5e0a8d9 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -18,7 +18,7 @@ "command": "ng", "type": "process", "options": { - "cwd": "${workspaceFolder}/src/MistoxWebsite.Client" + "cwd": "${workspaceFolder}/debug/wwwroot" }, "args": [ "build" @@ -27,7 +27,7 @@ }, { "label": "build-all", - "dependsOn": ["client-build", "server-build" ], + "dependsOn": ["server-build", "client-build" ], "dependsOrder": "sequence" } ]