From 8b16d85b14400ee79a4d25b6ddc05d9bbd123917 Mon Sep 17 00:00:00 2001 From: denis Date: Fri, 15 Nov 2024 17:46:08 -0500 Subject: [PATCH] Update scripts/install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 9084aeb..7ebb1b9 100755 --- a/scripts/install +++ b/scripts/install @@ -164,10 +164,10 @@ ynh_config_add_logrotate ### forms. pushd $install_dir - ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn install - ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH workspace @chibisafe/backend generate - ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH workspace @chibisafe/backend migrate - ynh_hide_warnings ynh_exec_as env $ynh_node_load_PATH yarn build + ynh_hide_warnings ynh_exec_as_app yarn install + ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend generate + ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend migrate + ynh_hide_warnings ynh_exec_as_app yarn build popd # Installation with curl