Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 6ce9f83

Browse files
filipesilvahansl
authored andcommitted
fix(@angular-devkit/build-angular): remove unused serve in protractor builder
Partially address angular/angular-cli#10699
1 parent fbfd323 commit 6ce9f83

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)