Skip to content

Commit

Permalink
fix(@schematics/schematics): add module_name and data files
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and mgechev committed Apr 7, 2020
1 parent 0a7be80 commit fc3f345
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/schematics/schematics/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ ts_library(
"//packages/schematics/schematics:blank/schema.ts",
"//packages/schematics/schematics:schematic/schema.ts",
],
data = glob(
include = [
"collection.json",
"package.json",
"blank/schema.json",
"blank/project-files/**/*",
"blank/schematic-files/**/*",
"schematic/schema.json",
"schematic/files/**/*",
],
),
module_name = "@schematics/schematics",
deps = [
"//packages/angular_devkit/core",
"//packages/angular_devkit/schematics",
Expand Down

0 comments on commit fc3f345

Please sign in to comment.