diff --git a/update.sh b/update.sh index 77cb499841..3e209884ff 100755 --- a/update.sh +++ b/update.sh @@ -26,6 +26,9 @@ git pull echo "Installing dependencies..." npm ci +echo "Building..." +npm run build + echo "Restore configuration..." cp -R data-backup/* data rm -rf data-backup