Skip to content

Commit 8673e40

Browse files
devversionjelbourn
authored andcommitted
build(schematics): missing schema files in bazel npm package (#12770)
If someone builds the `npm_package` of the schematics through Bazel, the `schema.json` files won't be available.
1 parent 0a823dd commit 8673e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/schematics/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ load("//:packages.bzl", "VERSION_PLACEHOLDER_REPLACEMENTS")
66

77
filegroup(
88
name = "schematics_assets",
9-
srcs = glob(["**/files/**/*"]) + ["README.md", "collection.json", "migration.json"],
9+
srcs = glob(["**/files/**/*", "**/*.json"]) + ["README.md"],
1010
)
1111

1212
ts_library(

0 commit comments

Comments
 (0)