]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/upgrade.sh
Update readme/doc with new client port for dev
[github/Chocobozzz/PeerTube.git] / scripts / upgrade.sh
index af2ab4be4c23d9cd46d019930978c4646696ce38..748b0d947fde5ddcd41d4d3e6c273e8c96512106 100755 (executable)
@@ -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."