feat(ci): add CI environment configuration and replace URL
This commit is contained in:
parent
aceb2e953c
commit
17f20461f8
4 changed files with 18 additions and 1 deletions
|
@ -52,6 +52,14 @@
|
|||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true
|
||||
},
|
||||
"pipeline": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/app/environments/environment.ts",
|
||||
"with": "src/app/environments/environment.ci.ts"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
|
|
Reference in a new issue