Skip to content

Commit 4389307

Browse files
shaun-jacksbrandonroberts
authored andcommitted
fix(effects): ng-add schematics will generate effects files properly
1 parent 74a2671 commit 4389307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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