diff --git a/scripts/install b/scripts/install index 5b6b443..2568c48 100755 --- a/scripts/install +++ b/scripts/install @@ -53,6 +53,7 @@ chown $app:$app "$install_dir/.env.local" #================================================= # BUILD AND INSTALL THE APP #================================================= +ynh_script_progression --message="Building the app..." --weight=1 npm install --prefix "$install_dir" npx next telemetry disable