From dc77594999ec5f7df5c032c9e7df3418bc9806cc Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Mon, 30 Sep 2024 15:01:18 +0200 Subject: [PATCH] Restore npm publish target (#615) build.sh builds //:npm_package.publish, which recently disappeared due to a combination of https://github.com/aspect-build/rules_js/pull/1683 and https://github.com/bazelbuild/bazelisk/pull/610. --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 7c66ddf4..2e74f366 100644 --- a/BUILD +++ b/BUILD @@ -147,4 +147,5 @@ npm_package( ":package", ], package = "@bazel/bazelisk", + publishable = True, )