mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
ci: use real backend instead of fake backend for web reviews
Closes #75
This commit is contained in:
17
angular.json
17
angular.json
@@ -76,11 +76,12 @@
|
||||
],
|
||||
"progress": false
|
||||
},
|
||||
"web": {
|
||||
"fileReplacements": [{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.web.ts"
|
||||
}
|
||||
"fake": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.fake.ts"
|
||||
}
|
||||
],
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
@@ -116,10 +117,10 @@
|
||||
},
|
||||
"ci": {
|
||||
"progress": false,
|
||||
"browserTarget": "app:build:web"
|
||||
"browserTarget": "app:build"
|
||||
},
|
||||
"web": {
|
||||
"browserTarget": "app:build:web"
|
||||
"fake": {
|
||||
"browserTarget": "app:build:fake"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user