release(bazel): change publish-next script to publish bazel artifacts (#23097)
PR Close #23097
This commit is contained in:
@ -22,5 +22,9 @@ ts_library(
|
||||
npm_package(
|
||||
name = "npm_package",
|
||||
srcs = ["package.json"],
|
||||
tags = [
|
||||
# TODO(alexeagle): enable release after landing #23090
|
||||
# "release-with-framework",
|
||||
],
|
||||
deps = [":language-service"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user