Skip to content

Commit bfef622

Browse files
shaun-jacksbrandonroberts
authored andcommitted
fix(component-store): include files in ng-add schematics
1 parent ad13c9c commit bfef622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/component-store/ng-package.json

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

0 commit comments

Comments
 (0)