mirror of https://github.com/Chocobozzz/PeerTube
Fix upgrade script (again...)
parent
aa77e1c2ac
commit
339f0c8062
|
@ -26,8 +26,8 @@ fi
|
|||
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
|
||||
|
||||
yarn install
|
||||
yarn update
|
||||
cd client && yarn update && cd ../
|
||||
yarn upgrade
|
||||
cd client && yarn upgrade && cd ../
|
||||
npm run build
|
||||
|
||||
echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."
|
||||
|
|
Loading…
Reference in New Issue