Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
538 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "$schema": "http://json-schema.org/draft-07/schema",
|
---|
| 3 | "$id": "ng-cli://commands/build.json",
|
---|
| 4 | "description": "Compiles an Angular app into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.",
|
---|
| 5 | "$longDescription": "./build-long.md",
|
---|
| 6 |
|
---|
| 7 | "$aliases": ["b"],
|
---|
| 8 | "$scope": "in",
|
---|
| 9 | "$type": "architect",
|
---|
| 10 | "$impl": "./build-impl#BuildCommand",
|
---|
| 11 |
|
---|
| 12 | "allOf": [
|
---|
| 13 | { "$ref": "./definitions.json#/definitions/architect" },
|
---|
| 14 | { "$ref": "./definitions.json#/definitions/base" }
|
---|
| 15 | ]
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.