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