Skip to content

Commit 23adfb4

Browse files
committed
fixup! feat(@angular/build): add library builder
1 parent dbe3797 commit 23adfb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/angular/build/src/builders/library/schema.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"compilationMode": {
9494
"type": "string",
95-
"description": "Angular compilation mode. Use 'partial' when publishing to npm (APF requirement). Use 'full' only for private, internal monorepo packages that are never published.",
95+
"description": "Angular compilation mode. Use 'partial' when publishing to npm (APF requirement). Use 'full' only during development or for private, internal monorepo packages that are never published.",
9696
"enum": ["partial", "full"],
9797
"default": "partial"
9898
},

0 commit comments

Comments
 (0)