From 56e2feb0fc424b61212648cf7b37f72e05413973 Mon Sep 17 00:00:00 2001 From: Albin Henriksson <albhe428@student.liu.se> Date: Mon, 1 Mar 2021 10:31:15 +0100 Subject: [PATCH] #14: Fixed client test task --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 22158c9d..df39c205 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -17,7 +17,7 @@ "type": "npm", "script": "test:coverage:html", "path": "client/", - "group": "test", + "group": "build", "problemMatcher": [], }, { -- GitLab