blob: df9d93b85a19203083c7809b68658341d2918b07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ng-cli://commands/build.json",
"description": "Compiles an Angular app into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.",
"$longDescription": "./build-long.md",
"$aliases": ["b"],
"$scope": "in",
"$type": "architect",
"$impl": "./build-impl#BuildCommand",
"allOf": [
{ "$ref": "./definitions.json#/definitions/architect" },
{ "$ref": "./definitions.json#/definitions/base" }
]
}
|