Skip to content

Commit 7eee93d

Browse files
alan-agius4mmalerba
authored andcommitted
build: remove empty globs (angular#64270)
Remove globs that do not match any files. PR Close angular#64270
1 parent a15688c commit 7eee93d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/compiler/test/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ load("//tools:defaults.bzl", "angular_jasmine_test", "ng_web_test_suite", "ts_pr
33
# Test that should only be run in node
44
NODE_ONLY = [
55
"**/*_node_only_spec.ts",
6-
"aot/**/*.ts",
76
]
87

98
ts_project(

packages/upgrade/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ filegroup(
5252
name = "files_for_docgen",
5353
srcs = glob([
5454
"*.ts",
55-
"src/**/*.ts",
5655
]) + ["PACKAGE.md"],
5756
)
5857

0 commit comments

Comments
 (0)