Skip to content

Commit

Permalink
fix(store-devtools): 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 eb71d5c commit ac706de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store-devtools/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/store-devtools",
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files"],
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files/**/*"],
"lib": {
"entryFile": "index.ts",
"umdModuleIds": {
Expand Down

0 comments on commit ac706de

Please sign in to comment.