Skip to content

Commit 505159b

Browse files
filipesilvahansl
authored andcommitted
fix(@angular-devkit/build-angular): remove unused serve in protractor builder
Partially address #10699
1 parent 5486b50 commit 505159b

File tree

1 file changed

+0
-5
lines changed
  • packages/angular_devkit/build_angular/src/protractor

1 file changed

+0
-5
lines changed

packages/angular_devkit/build_angular/src/protractor/schema.json

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
"description": "Try to update webdriver.",
3535
"default": true
3636
},
37-
"serve": {
38-
"type": "boolean",
39-
"description": "Compile and Serve the app.",
40-
"default": true
41-
},
4237
"port": {
4338
"type": "number",
4439
"description": "The port to use to serve the application."

0 commit comments

Comments
 (0)