Skip to content

Commit

Permalink
chore: add integration files to Bazel build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jul 31, 2019
1 parent b088215 commit d713cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/schematics/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ npm_package(
"**/src/*/files/**/*",
"**/src/*/common-files/**/*",
"**/src/*/creator-files/**/*",
"**/src/*/integration-files/**/*",
"**/schema.json",
"**/migration.json",
]),
Expand All @@ -56,6 +57,7 @@ ts_test_library(
"**/src/*/files/**/*",
"**/src/*/common-files/**/*",
"**/src/*/creator-files/**/*",
"**/src/*/integration-files/**/*",
"**/*.json",
]),
deps = [
Expand Down

0 comments on commit d713cbe

Please sign in to comment.