From c8a4b06ab2f58dfed176bd9d207982f8f7c2515a Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 28 Jan 2023 11:40:58 +0100 Subject: [PATCH] Fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7369320..165f847 100755 --- a/scripts/install +++ b/scripts/install @@ -130,7 +130,7 @@ 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_exec_warn_less git submodule update --init ynh_use_nodejs corepack enable ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install --frozen-lockfile