Skip to content

Commit fe372b5

Browse files
jbogarthydekyliau
authored andcommitted
docs: remove ref to apps in ng_packagr doc
1 parent 4028b86 commit fe372b5

File tree

1 file changed

+3
-3
lines changed
  • packages/angular_devkit/build_ng_packagr/src/build

1 file changed

+3
-3
lines changed

packages/angular_devkit/build_ng_packagr/src/build/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema",
33
"title": "ng-packagr Target",
4-
"description": "ng-packagr target options for Build Architect.",
4+
"description": "ng-packagr target options for Build Architect. Use to build library projects.",
55
"type": "object",
66
"properties": {
77
"project": {
@@ -10,11 +10,11 @@
1010
},
1111
"tsConfig": {
1212
"type": "string",
13-
"description": "The full path for the TypeScript configuration file, relative to the current workspace. Applies to both libraries and applications."
13+
"description": "The full path for the TypeScript configuration file, relative to the current workspace."
1414
},
1515
"watch": {
1616
"type": "boolean",
17-
"description": "Run build when files change. Applies to both libraries and applications.",
17+
"description": "Run build when files change.",
1818
"default": false
1919
}
2020
},

0 commit comments

Comments
 (0)