Skip to content

Commit 9598527

Browse files
wingy3181brandonroberts
authored andcommitted
fix(component): add schematic assets to ng-package.json
Closes #2819
1 parent 705ae44 commit 9598527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/component/ng-package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../dist/modules/component",
4+
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files"],
45
"lib": {
56
"entryFile": "index.ts"
67
}

0 commit comments

Comments
 (0)