Skip to content

Commit 1a21fc5

Browse files
committed
refactor(@angular-devkit/schematics-cli): update bazel build file
1 parent bad9750 commit 1a21fc5

File tree

1 file changed

+5
-2
lines changed
  • packages/angular_devkit/schematics_cli

1 file changed

+5
-2
lines changed

packages/angular_devkit/schematics_cli/BUILD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ load("//tools:defaults.bzl", "ts_library")
88

99
licenses(["notice"]) # MIT License
1010

11+
12+
# @angular-devkit/schematics-cli
13+
1114
ts_library(
12-
name = "schematics-cli",
15+
name = "schematics_cli",
1316
srcs = glob(
1417
include = ["bin/**/*.ts"],
1518
exclude = [
@@ -31,4 +34,4 @@ ts_library(
3134
"@rxjs//operators",
3235
# @typings: minimist
3336
],
34-
)
37+
)

0 commit comments

Comments
 (0)