From 58849b30024d816f374e11c5489fd5adbcd9a22d Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 22 Oct 2022 19:11:00 -0700 Subject: Reduce amount of actions taken when using updateandrun --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index d07d7663..a7062156 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -128,7 +128,7 @@ "isDefault": true }, "dependsOn": [ - "buildall", + "buildfrontend", "deploy", "runpydeck" ], -- cgit v1.2.3