Log packages when checking version

pull/21833/head
RiotRobot 2020-03-04 11:53:01 +00:00
parent 1d4f77dacc
commit b7d9f24625
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ cd `dirname $0`
for i in matrix-js-sdk
do
echo "Checking version of $i..."
depver=`cat package.json | jq -r .dependencies[\"$i\"]`
latestver=`yarn info -s $i dist-tags.next`
if [ "$depver" != "$latestver" ]