angular.json (dspace-angular-dspace-7.0) | : | angular.json (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 150 | skipping to change at line 150 | |||
], | ], | |||
"scripts": [] | "scripts": [] | |||
} | } | |||
}, | }, | |||
"lint": { | "lint": { | |||
"builder": "@angular-devkit/build-angular:tslint", | "builder": "@angular-devkit/build-angular:tslint", | |||
"options": { | "options": { | |||
"tsConfig": [ | "tsConfig": [ | |||
"tsconfig.app.json", | "tsconfig.app.json", | |||
"tsconfig.spec.json", | "tsconfig.spec.json", | |||
"e2e/tsconfig.json" | "cypress/tsconfig.json" | |||
], | ], | |||
"exclude": [ | "exclude": [ | |||
"**/node_modules/**" | "**/node_modules/**" | |||
] | ] | |||
} | } | |||
}, | }, | |||
"e2e": { | "e2e": { | |||
"builder": "@angular-devkit/build-angular:protractor", | "builder": "@cypress/schematic:cypress", | |||
"options": { | "options": { | |||
"protractorConfig": "e2e/protractor.conf.js", | "devServerTarget": "dspace-angular:serve", | |||
"devServerTarget": "dspace-angular:serve" | "watch": true, | |||
"headless": false | ||||
}, | }, | |||
"configurations": { | "configurations": { | |||
"production": { | "production": { | |||
"devServerTarget": "dspace-angular:serve:production" | "devServerTarget": "dspace-angular:serve:production" | |||
} | } | |||
} | } | |||
}, | }, | |||
"server": { | "server": { | |||
"builder": "@angular-builders/custom-webpack:server", | "builder": "@angular-builders/custom-webpack:server", | |||
"options": { | "options": { | |||
skipping to change at line 218 | skipping to change at line 219 | |||
"options": { | "options": { | |||
"browserTarget": "dspace-angular:build:production", | "browserTarget": "dspace-angular:build:production", | |||
"serverTarget": "dspace-angular:server:production", | "serverTarget": "dspace-angular:server:production", | |||
"routes": [ | "routes": [ | |||
"/" | "/" | |||
] | ] | |||
}, | }, | |||
"configurations": { | "configurations": { | |||
"production": {} | "production": {} | |||
} | } | |||
}, | ||||
"cypress-run": { | ||||
"builder": "@cypress/schematic:cypress", | ||||
"options": { | ||||
"devServerTarget": "dspace-angular:serve" | ||||
}, | ||||
"configurations": { | ||||
"production": { | ||||
"devServerTarget": "dspace-angular:serve:production" | ||||
} | ||||
} | ||||
}, | ||||
"cypress-open": { | ||||
"builder": "@cypress/schematic:cypress", | ||||
"options": { | ||||
"watch": true, | ||||
"headless": false | ||||
} | ||||
} | } | |||
} | } | |||
} | } | |||
}, | }, | |||
"defaultProject": "dspace-angular" | "defaultProject": "dspace-angular" | |||
} | } | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 23 lines changed or added |