From b97fbaac40f93d0de2bd0a0be2af9332339d3cd7 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 28 Jan 2023 11:19:13 +0100 Subject: [PATCH] Fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a4da52d..7369320 100755 --- a/scripts/install +++ b/scripts/install @@ -130,9 +130,9 @@ ynh_add_config --template="../conf/default.yml" --destination="$final_path/.conf ynh_script_progression --message="Building app..." --weight=15 pushd "$final_path" + git submodule update --init ynh_use_nodejs corepack enable - git submodule update --init ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install --frozen-lockfile ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_OPTIONS=--max_old_space_size=8192 pnpm -r build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run init