File tree 1 file changed +11
-8
lines changed
packages/schematics/angular
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,18 @@ ts_library(
47
47
"//packages/schematics/angular:" + src .replace (".json" , ".ts" )
48
48
for (src , _ ) in ALL_SCHEMA_TARGETS
49
49
],
50
- module_name = "@schematics/angular" ,
51
50
# strict_checks = False,
51
+ data = glob (
52
+ include = [
53
+ "collection.json" ,
54
+ "package.json" ,
55
+ "migrations/migration-collection.json" ,
56
+ "*/schema.json" ,
57
+ "*/files/**/*" ,
58
+ "*/other-files/**/*" ,
59
+ ],
60
+ ),
61
+ module_name = "@schematics/angular" ,
52
62
deps = [
53
63
"//packages/angular_devkit/core" ,
54
64
"//packages/angular_devkit/schematics" ,
@@ -79,13 +89,6 @@ ts_library(
79
89
"utility/test/**/*.ts" ,
80
90
],
81
91
),
82
- data = glob (
83
- include = [
84
- "**/*.json" ,
85
- "*/files/**" ,
86
- "*/other-files/**" ,
87
- ],
88
- ),
89
92
# @external_begin
90
93
tsconfig = "//:tsconfig-test.json" ,
91
94
deps = [
You can’t perform that action at this time.
0 commit comments