Fix upgrade script (again...)

pull/71/head
Bigard Florian 2017-04-27 16:00:10 +02:00 committed by GitHub
parent aa77e1c2ac
commit 339f0c8062
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ fi
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
yarn install yarn install
yarn update yarn upgrade
cd client && yarn update && cd ../ cd client && yarn upgrade && cd ../
npm run build npm run build
echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."