Created
May 28, 2019 14:23
-
-
Save GeoffMahugu/d3729d3182493b4367b6c06a13fbdddd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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