From 95f955468fd6523a9eac30397e78b588ccff8245 Mon Sep 17 00:00:00 2001 From: Michel ten Voorde Date: Tue, 5 Nov 2024 15:09:04 +0100 Subject: [PATCH] Added test environment --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index f01d956..3b734f7 100644 --- a/angular.json +++ b/angular.json @@ -94,7 +94,7 @@ "buildTarget": "swiss-client:build:development" }, "test": { - "buildTarget": "swiss-client:build:development" + "buildTarget": "swiss-client:build:test" } }, "defaultConfiguration": "development"