File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ ts_library(
1818 "pwa/index.ts" ,
1919 "//packages/angular/pwa:pwa/schema.ts" ,
2020 ],
21- data = glob (
21+ data = [
22+ "collection.json" ,
23+ "pwa/schema.json" ,
24+ ] + glob (
2225 include = [
23- "collection.json" ,
24- "pwa/schema.json" ,
2526 "pwa/files/**/*" ,
2627 ],
2728 ),
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ ts_library(
5757 testonly = True ,
5858 srcs = glob (
5959 include = [
60- "src/test-utils.ts" ,
6160 "src/**/*_spec.ts" ,
6261 ],
6362 ),
Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ ts_library(
3131 "//packages/angular_devkit/schematics_cli:schematic/schema.ts" ,
3232 # @external_end
3333 ],
34- data = glob (
34+ data = [
35+ "blank/schema.json" ,
36+ "collection.json" ,
37+ "package.json" ,
38+ "schematic/schema.json" ,
39+ ] + glob (
3540 include = [
36- "collection.json" ,
37- "package.json" ,
38- "blank/schema.json" ,
3941 "blank/project-files/**/*" ,
4042 "blank/schematic-files/**/*" ,
41- "schematic/schema.json" ,
4243 "schematic/files/**/*" ,
4344 ],
4445 ),
Original file line number Diff line number Diff line change @@ -58,12 +58,13 @@ ts_library(
5858 "//packages/schematics/angular:" + src .replace (".json" , ".ts" )
5959 for (src , _ ) in ALL_SCHEMA_TARGETS
6060 ],
61- data = glob (
61+ data = [
62+ "collection.json" ,
63+ "migrations/migration-collection.json" ,
64+ "package.json" ,
65+ "utility/latest-versions/package.json" ,
66+ ] + glob (
6267 include = [
63- "collection.json" ,
64- "package.json" ,
65- "utility/latest-versions/package.json" ,
66- "migrations/migration-collection.json" ,
6768 "*/schema.json" ,
6869 "*/files/**/*" ,
6970 "*/other-files/**/*" ,
You can’t perform that action at this time.
0 commit comments