From ec297f74ba6e7aec27e0319e67f650b4ef5b18a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 May 2024 16:24:23 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 30db3b7..dfe7269 100644 --- a/scripts/install +++ b/scripts/install @@ -47,8 +47,11 @@ ynh_script_progression --message="Installing $app..." --weight=40 pushd "$install_dir" ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH BUILD_MODE=dist $ynh_npm run build + npm ci + npm install + npm link + #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install + #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH BUILD_MODE=dist $ynh_npm run build #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH BUILD_MODE=dist $ynh_npm link popd