From bb36a884cd11d668de9841af241ee475a43767ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:53:57 +0200 Subject: Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a73907c..946f527 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ ynh_script_progression --message="Installing $app..." --weight=1 pushd $install_dir/apps/web/ ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH yarn - ynh_exec_as $app env $ynh_node_load_PATH yarn build + env $ynh_node_load_PATH yarn + env $ynh_node_load_PATH yarn build popd #================================================= -- cgit v1.2.3