1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00

perbarui direktori untuk mematikan telemetri

This commit is contained in:
Neko Nekowazarashi 2023-05-30 17:46:11 +07:00
parent e4ee9c4757
commit dff44abaa7

View file

@ -63,7 +63,7 @@ ynh_script_progression --message="Building the app..." --weight=1
yarn config set enableTelemetry 0 yarn config set enableTelemetry 0
ynh_exec_warn_less yarn --cwd "$install_dir" install 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 ynh_exec_warn_less yarn --cwd "$install_dir" build
#================================================= #=================================================