Skip to content

Commit d629cd6

Browse files
author
Keen Yee Liau
authored
Update BUILD
1 parent 5840cad commit d629cd6

File tree

1 file changed

+4
-0
lines changed
  • packages/angular_devkit/architect

1 file changed

+4
-0
lines changed

packages/angular_devkit/architect/BUILD

+4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
licenses(["notice"]) # MIT
77

88
load("@npm_bazel_typescript//:defs.bzl", "ts_library")
9+
# @external_begin
910
load("@build_bazel_rules_nodejs//:defs.bzl", "npm_package")
11+
# @external_end
1012
load("//tools:ts_json_schema.bzl", "ts_json_schema")
1113

1214
package(default_visibility = ["//visibility:public"])
@@ -99,10 +101,12 @@ ts_library(
99101
],
100102
)
101103

104+
# @external_begin
102105
npm_package(
103106
name = "npm_package",
104107
deps = [
105108
":architect",
106109
":testing",
107110
],
108111
)
112+
# @external_end

0 commit comments

Comments
 (0)