Log packages when checking version

pull/12653/head
RiotRobot 2020-03-04 12:00:37 +00:00
parent adc329c67f
commit b52b0f525f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ cd `dirname $0`
for i in matrix-js-sdk matrix-react-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" ]