From 5ca6ef2e84ebd83f6d316b8c6c0d761376d474d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 30 May 2024 20:05:30 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ad8a063..b7a9b4c 100644 --- a/scripts/install +++ b/scripts/install @@ -68,8 +68,7 @@ ynh_script_progression --message="Installing app dependencies..." --weight=15 pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install # Install dependencies - #ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn build + ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install popd #=================================================