Skip to content

Commit fc3f345

Browse files
filipesilvamgechev
authored andcommittedApr 7, 2020
fix(@schematics/schematics): add module_name and data files
1 parent 0a7be80 commit fc3f345

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎packages/schematics/schematics/BUILD.bazel

+12
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ ts_library(
2626
"//packages/schematics/schematics:blank/schema.ts",
2727
"//packages/schematics/schematics:schematic/schema.ts",
2828
],
29+
data = glob(
30+
include = [
31+
"collection.json",
32+
"package.json",
33+
"blank/schema.json",
34+
"blank/project-files/**/*",
35+
"blank/schematic-files/**/*",
36+
"schematic/schema.json",
37+
"schematic/files/**/*",
38+
],
39+
),
40+
module_name = "@schematics/schematics",
2941
deps = [
3042
"//packages/angular_devkit/core",
3143
"//packages/angular_devkit/schematics",

0 commit comments

Comments
 (0)
Please sign in to comment.