Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit a2e40b0

Browse files
author
Keen Yee Liau
committed
build: rename target of pkg_npm from .publish to .publish.sh
bazel-contrib/rules_nodejs@bc36519 renamed the publish output of `pkg_npm` from `{name}.publish` to `{name.publish.sh}`.
1 parent 0f23806 commit a2e40b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ for target in $(getAllPackages); do
1717
echo "=============================================="
1818
echo "Publishing ${target}"
1919
echo "=============================================="
20-
${bazel_bin} run --config=release "${target}.publish" -- \
20+
${bazel_bin} run --config=release "${target}.publish.sh" -- \
2121
--access public --tag "${tag}"
2222
done

0 commit comments

Comments
 (0)