From db650dda89ecaf8acff5f8925f82f24be6c370b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 May 2024 12:35:27 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 89270bb..f7d23e4 100644 --- a/scripts/install +++ b/scripts/install @@ -80,9 +80,8 @@ ynh_script_progression --message="Installing $app..." --weight=10 pushd $install_dir ynh_use_nodejs - - ynh_exec_warn_less ynh_exec_as $app corepack enable - ynh_exec_warn_less ynh_exec_as $app corepack prepare pnpm@latest --activate + corepack enable + corepack prepare pnpm@latest --activate ynh_exec_warn_less ynh_exec_as $app bin/installDeps.sh popd