Skip to content

Commit 4d9f647

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/entity/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/entity",
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)