feat: add pipeline configuration to angular.json
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled
This commit is contained in:
parent
f21d03dda3
commit
b70d7c8e0e
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildTarget": "employeeService:build:development"
|
"buildTarget": "employeeService:build:development"
|
||||||
|
},
|
||||||
|
"pipeline": {
|
||||||
|
"browserTarget": "employeeService:build:pipeline"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultConfiguration": "development"
|
"defaultConfiguration": "development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue