mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
run e2e in production mode (#607)
* run e2e in production mode * update coverage settings * fix coverage reports * update e2e settings * prod build for docker image * restore dev build * revert e2e mode * update travis settings * production build workaround * update travis settings * update travis * build fixes
This commit is contained in:
@@ -185,6 +185,11 @@
|
||||
"options": {
|
||||
"protractorConfig": "./protractor.conf.js",
|
||||
"devServerTarget": "app:serve"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "app:serve:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
|
||||
Reference in New Issue
Block a user