diff options
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-x | scripts/upgrade.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index af2ab4be4..748b0d947 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -26,8 +26,8 @@ fi | |||
26 | git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 | 26 | git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 |
27 | 27 | ||
28 | yarn install | 28 | yarn install |
29 | yarn update | 29 | yarn upgrade |
30 | cd client && yarn update && cd ../ | 30 | cd client && yarn upgrade && cd ../ |
31 | npm run build | 31 | npm run build |
32 | 32 | ||
33 | echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." | 33 | echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." |