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"