From 1f6d972e5ebfe642c6eb8a2fc25f5581ae06eb2a Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:42:50 +0100 Subject: [PATCH] Fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8c9e151..bc45e65 100755 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ pushd "$install_dir" ynh_use_nodejs corepack enable corepack prepare --activate - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH git lfs install && git lfs pull + ynh_exec_warn_less ynh_exec_as $app git lfs install && git lfs pull ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init