1
0
Fork 0

Fix upgrade script (again...)

This commit is contained in:
Bigard Florian 2017-04-27 16:00:10 +02:00 committed by GitHub
parent aa77e1c2ac
commit 339f0c8062

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."