From 95c74b0f2d33e8f0841ceecc9c169a0cf8be0fb7 Mon Sep 17 00:00:00 2001 From: nekoneko Date: Mon, 29 May 2023 17:23:14 +0700 Subject: [PATCH] tambah pesan bahwa aplikasi sedang dibangun --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 9bed147..f7c06f2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,6 +114,7 @@ chown $app:$app "$install_dir/.env.local" #================================================= # REBUILD AND INSTALL THE APP #================================================= +ynh_script_progression --message="Rebuilding the app..." --weight=1 npm install --prefix "$install_dir" npx next telemetry disable