We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17cc66 commit 9a63db8Copy full SHA for 9a63db8
packages/angular_devkit/schematics_cli/BUILD
@@ -8,8 +8,11 @@ load("//tools:defaults.bzl", "ts_library")
8
9
licenses(["notice"]) # MIT License
10
11
+
12
+# @angular-devkit/schematics-cli
13
14
ts_library(
- name = "schematics-cli",
15
+ name = "schematics_cli",
16
srcs = glob(
17
include = ["bin/**/*.ts"],
18
exclude = [
@@ -31,4 +34,4 @@ ts_library(
31
34
"@rxjs//operators",
32
35
# @typings: minimist
33
36
],
-)
37
+)
0 commit comments