Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Created May 28, 2019 14:23
Show Gist options
  • Save GeoffMahugu/d3729d3182493b4367b6c06a13fbdddd to your computer and use it in GitHub Desktop.
Save GeoffMahugu/d3729d3182493b4367b6c06a13fbdddd to your computer and use it in GitHub Desktop.
"angular.io-example-e2e": {
"root": "e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "angular.io-example:serve"
},
"configurations": {
"production": {
"devServerTarget": "angular.io-example:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment