From b70d7c8e0eebb33ced4d42ae6bb290ea9dff673d Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Fri, 17 Jan 2025 11:04:27 +0100 Subject: [PATCH] feat: add pipeline configuration to angular.json --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index 1d7b1c5..b821242 100644 --- a/angular.json +++ b/angular.json @@ -72,6 +72,9 @@ }, "development": { "buildTarget": "employeeService:build:development" + }, + "pipeline": { + "browserTarget": "employeeService:build:pipeline" } }, "defaultConfiguration": "development"