blob: a8c8cccc4b627e70fd5d7900c6005a04e40964f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ng-cli://commands/e2e.json",
"description": "Builds and serves an Angular app, then runs end-to-end tests.",
"$longDescription": "./e2e-long.md",
"$aliases": ["e"],
"$scope": "in",
"$type": "architect",
"$impl": "./e2e-impl#E2eCommand",
"type": "object",
"allOf": [
{ "$ref": "./definitions.json#/definitions/architect" },
{ "$ref": "./definitions.json#/definitions/base" }
]
}
|