Skip to content

Commit

Permalink
fix(component-store): include files in ng-add schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-jacks authored and brandonroberts committed Apr 26, 2021
1 parent ad13c9c commit bfef622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/component-store/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/modules/component-store",
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files"],
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files/**/*"],
"lib": {
"entryFile": "index.ts"
}
Expand Down

0 comments on commit bfef622

Please sign in to comment.