From 086e613864ab87032a3649072fde4fe165119004 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:59:48 +0100 Subject: [PATCH] Fix install --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index d73b1fb..749dce1 100755 --- a/scripts/install +++ b/scripts/install @@ -83,7 +83,6 @@ pushd "$install_dir" ynh_use_nodejs corepack enable corepack prepare --activate - 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