feat: add pipeline configuration to angular.json
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2025-01-17 11:04:27 +01:00
parent f21d03dda3
commit b70d7c8e0e
Signed by: jank
GPG key ID: 50620ADD22CD330B

View file

@ -72,6 +72,9 @@
}, },
"development": { "development": {
"buildTarget": "employeeService:build:development" "buildTarget": "employeeService:build:development"
},
"pipeline": {
"browserTarget": "employeeService:build:pipeline"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"