File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
angular_devkit/build_angular Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
"schema" : " ./src/builders/web-test-runner/schema.json" ,
43
43
"description" : " Run unit tests with Web Test Runner."
44
44
},
45
- "protractor" : {
45
+ "private- protractor" : {
46
46
"implementation" : " ./src/builders/protractor" ,
47
47
"schema" : " ./src/builders/protractor/schema.json" ,
48
- "description" : " Run protractor over a dev server ."
48
+ "description" : " PRIVATE API - Do not use ."
49
49
},
50
50
"server" : {
51
51
"implementation" : " ./src/builders/server" ,
Original file line number Diff line number Diff line change 23
23
"schema" : " ./application/schema.json" ,
24
24
"description" : " Create an Angular application."
25
25
},
26
- "e2e" : {
26
+ "private- e2e" : {
27
27
"factory" : " ./e2e" ,
28
28
"schema" : " ./e2e/schema.json" ,
29
- "description" : " Create an Angular e2e application ." ,
29
+ "description" : " PRIVATE API - Do not use ." ,
30
30
"hidden" : true
31
31
},
32
32
"class" : {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export enum Builders {
30
30
NgPackagr = '@angular-devkit/build-angular:ng-packagr' ,
31
31
DevServer = '@angular-devkit/build-angular:dev-server' ,
32
32
ExtractI18n = '@angular-devkit/build-angular:extract-i18n' ,
33
- Protractor = '@angular-devkit/build-angular:protractor' ,
33
+ Protractor = '@angular-devkit/build-angular:private- protractor' ,
34
34
BuildApplication = '@angular/build:application' ,
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments