We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@angular-devkit/architect-cli
npm_package
1 parent 2f55209 commit 50c9122Copy full SHA for 50c9122
packages/angular_devkit/architect_cli/BUILD.bazel
@@ -1,5 +1,4 @@
1
-load("//tools:defaults.bzl", "pkg_npm")
2
-load("//tools:interop.bzl", "ts_project")
+load("//tools:defaults2.bzl", "npm_package", "ts_project")
3
4
# Copyright Google Inc. All Rights Reserved.
5
#
@@ -34,16 +33,16 @@ genrule(
34
33
cmd = "cp $(execpath //:LICENSE) $@",
35
)
36
37
-pkg_npm(
38
- name = "npm_package",
+npm_package(
+ name = "pkg",
39
pkg_deps = [
40
"//packages/angular_devkit/architect:package.json",
41
"//packages/angular_devkit/core:package.json",
42
],
43
tags = ["release-package"],
44
deps = [
45
":README.md",
46
- ":architect_cli",
+ ":architect_cli_rjs",
47
":license",
48
49
0 commit comments