Skip to content

Commit

Permalink
Restore npm publish target (#615)
Browse files Browse the repository at this point in the history
build.sh builds //:npm_package.publish, which recently disappeared due to a combination of aspect-build/rules_js#1683 and #610.
  • Loading branch information
fweikert authored Sep 30, 2024
1 parent d22deda commit dc77594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ npm_package(
":package",
],
package = "@bazel/bazelisk",
publishable = True,
)

0 comments on commit dc77594

Please sign in to comment.