aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upgrade.sh')
-rwxr-xr-xscripts/upgrade.sh4
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
26git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 26git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
27 27
28yarn install 28yarn install --pure-lockfile
29yarn upgrade
30cd client && yarn upgrade && cd ../
31npm run build 29npm run build
32 30
33echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts." 31echo "\n\nUpgrade finished! You can restart PeerTube that may run the migration scripts."