projecte_ionic/node_modules/@angular/cli/commands/build.json
2022-02-09 18:30:03 +01:00

16 lines
538 B
JSON
Executable file

{
"$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" }
]
}