Skip to content

Commit c32270d

Browse files
committed
Add debug lines
1 parent 13c87dc commit c32270d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/scripts/npm_publish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ update_markdown_package_urls() {
258258
# Updates the version in the root package.json.
259259
update_version() {
260260
echo 'Updating project version...' >&2
261+
echo "Current version: ${current_version}" >&2
262+
echo "Release version: ${release_version}" >&2
261263
sed -i '' "s/${current_version}/${release_version}/" "${package_json}"
262264
if [[ "$?" -ne 0 ]]; then
263265
echo '' >&2

0 commit comments

Comments
 (0)