Skip to content

Commit d70d2d1

Browse files
committed
docs(@angular/cli): correct e2e long description field
1 parent b23ee7a commit d70d2d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/angular/cli/commands/e2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/schema",
33
"$id": "ng-cli://commands/e2e.json",
44
"description": "Builds and serves an Angular app, and runs end-to-end tests using Protractor.",
5-
"$longDescription": "Must be executed from within a workspace directory.\n When a project name is not supplied, the configured default e2e project of the workspace is used.",
5+
"$longDescription": "./e2e.md",
66

77
"$aliases": [ "e" ],
88
"$scope": "in",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Must be executed from within a workspace directory.
2+
When a project name is not supplied, the configured default e2e project of the workspace is used.

0 commit comments

Comments
 (0)