Skip to content

Commit f606a54

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

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

packages/angular_devkit/schematics/BUILD

+4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ package(default_visibility = ["//visibility:public"])
66

77
load("@npm_bazel_jasmine//:index.bzl", "jasmine_node_test")
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

1113
licenses(["notice"]) # MIT License
1214

@@ -237,6 +239,7 @@ ts_library(
237239
],
238240
)
239241

242+
# @external_begin
240243
npm_package(
241244
name = "npm_package",
242245
deps = [
@@ -246,3 +249,4 @@ npm_package(
246249
":tools",
247250
],
248251
)
252+
# @external_end

0 commit comments

Comments
 (0)