up script debug info

This commit is contained in:
Tykayn 2021-02-12 15:04:21 +01:00 committed by tykayn
parent da0fcafe9a
commit 2314a0acac
1 changed files with 5 additions and 1 deletions

View File

@ -24,9 +24,13 @@ cd funky-framadate-front
echo "######################"
echo " debug info : version of programs"
echo " "
git branch
echo " git current branch "
git show-branch
echo " node version "
node -v
echo " yarn version "
yarn -v
echo " "
echo "######################"
yarn
echo "######################"