Skip to content

Commit

Permalink
fix(component): add schematic assets to ng-package.json
Browse files Browse the repository at this point in the history
Closes #2819
  • Loading branch information
wingy3181 authored and brandonroberts committed Dec 12, 2020
1 parent 705ae44 commit 9598527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/component/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/modules/component",
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files"],
"lib": {
"entryFile": "index.ts"
}
Expand Down

0 comments on commit 9598527

Please sign in to comment.