Skip to content

Commit

Permalink
build: Add schematics collection to replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored and MikeRyanDev committed May 23, 2018
1 parent fdda284 commit 2d58071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ PKG_GROUP_REPLACEMENTS = {
%s
]""" % ",\n ".join(["\"%s\"" % s for s in NGRX_SCOPED_PACKAGES]),
"NG_DEVKIT_VERSION": NG_DEVKIT_VERSION,
"NG_UPDATE_MIGRATIONS": NG_UPDATE_MIGRATIONS
"NG_UPDATE_MIGRATIONS": NG_UPDATE_MIGRATIONS,
"MODULE_SCHEMATICS_COLLECTION": MODULE_SCHEMATICS_COLLECTION,
}


Expand Down

0 comments on commit 2d58071

Please sign in to comment.