Skip to content

Commit 526edd9

Browse files
shaun-jacksbrandonroberts
authored andcommitted
fix(data): include files in ng-add schematics
1 parent bfef622 commit 526edd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data/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/data",
4-
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files"],
4+
"assets": ["migrations/**/*.json", "schematics/**/*.json", "**/files/**/*"],
55
"lib": {
66
"entryFile": "index.ts",
77
"umdModuleIds": {

0 commit comments

Comments
 (0)