We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9abcf commit 4899786Copy full SHA for 4899786
tools/scripts/npm_publish
@@ -430,7 +430,7 @@ update_namespace_dependency_versions() {
430
echo "${dependencies}" >&2
431
echo '' >&2
432
433
- # Convert the newline-delimited output to a bash array:
+ # Convert the newline-delimited output to a bash array: FIXME: this is not best practice. We should use a `while` loop below.
434
dependencies=( $(echo "${dependencies}" | tr '\n' ' ') )
435
436
echo 'Setting versions to latest versions...' >&2
0 commit comments