diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upgrade.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 748b0d947..ff6dce94f 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh | |||
@@ -25,9 +25,7 @@ fi | |||
25 | 25 | ||
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 --pure-lockfile |
29 | yarn upgrade | ||
30 | cd client && yarn upgrade && cd ../ | ||
31 | npm run build | 29 | npm run build |
32 | 30 | ||
33 | echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." | 31 | echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." |