release(bazel): change publish-next script to publish bazel artifacts (#23097)

PR Close #23097
This commit is contained in:
Alex Eagle
2018-03-30 13:48:47 -07:00
committed by Igor Minar
parent 22cb2c9441
commit 15278784fc
19 changed files with 32 additions and 1 deletions

View File

@ -26,6 +26,10 @@ ng_package(
"//packages/service-worker/config:package.json",
],
entry_point = "packages/service-worker/index.js",
tags = [
# TODO(alxhub): enable release after landing #23090
# "release-with-framework",
],
deps = [
":service-worker",
"//packages/service-worker/config",