From dff44abaa7fb8ac1c3c5ea4d8a0475e28d707a61 Mon Sep 17 00:00:00 2001 From: Neko Nekowazarashi Date: Tue, 30 May 2023 17:46:11 +0700 Subject: [PATCH] perbarui direktori untuk mematikan telemetri --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 80e15b5..f28a51a 100755 --- a/scripts/install +++ b/scripts/install @@ -63,7 +63,7 @@ ynh_script_progression --message="Building the app..." --weight=1 yarn config set enableTelemetry 0 ynh_exec_warn_less yarn --cwd "$install_dir" install -yarn run next telemetry disable +yarn --cwd "$install_dir" run next telemetry disable ynh_exec_warn_less yarn --cwd "$install_dir" build #=================================================