Skip to content

Commit 50c9122

Browse files
committed
build: migrate @angular-devkit/architect-cli to npm_package
Updates to the `rules_js` npm archive rule, as part of the overall migration effort. (cherry picked from commit ea79fab)
1 parent 2f55209 commit 50c9122

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/angular_devkit/architect_cli/BUILD.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
load("//tools:defaults.bzl", "pkg_npm")
2-
load("//tools:interop.bzl", "ts_project")
1+
load("//tools:defaults2.bzl", "npm_package", "ts_project")
32

43
# Copyright Google Inc. All Rights Reserved.
54
#
@@ -34,16 +33,16 @@ genrule(
3433
cmd = "cp $(execpath //:LICENSE) $@",
3534
)
3635

37-
pkg_npm(
38-
name = "npm_package",
36+
npm_package(
37+
name = "pkg",
3938
pkg_deps = [
4039
"//packages/angular_devkit/architect:package.json",
4140
"//packages/angular_devkit/core:package.json",
4241
],
4342
tags = ["release-package"],
4443
deps = [
4544
":README.md",
46-
":architect_cli",
45+
":architect_cli_rjs",
4746
":license",
4847
],
4948
)

0 commit comments

Comments
 (0)