mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: remove e2e with protractor
This commit is contained in:
parent
dc5868231f
commit
dc1ccacbd9
14 changed files with 11 additions and 602 deletions
28
angular.json
28
angular.json
|
|
@ -121,34 +121,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sp2-e2e": {
|
||||
"root": "e2e/",
|
||||
"projectType": "application",
|
||||
"architect": {
|
||||
"e2e": {
|
||||
"builder": "@angular-devkit/build-angular:protractor",
|
||||
"options": {
|
||||
"protractorConfig": "e2e/protractor.conf.js",
|
||||
"devServerTarget": "sp2:serve",
|
||||
"port": 4299
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "sp2:serve:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"builder": "@angular-devkit/build-angular:tslint",
|
||||
"options": {
|
||||
"tsConfig": "e2e/tsconfig.e2e.json",
|
||||
"exclude": [
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "sp2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue