From 861f249f5f45e0ee58db811d5a264cc2a0d9add0 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:33:27 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 56e9c23..89270bb 100644 --- a/scripts/install +++ b/scripts/install @@ -81,7 +81,7 @@ ynh_script_progression --message="Installing $app..." --weight=10 pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $appcorepack enable + ynh_exec_warn_less ynh_exec_as $app corepack enable ynh_exec_warn_less ynh_exec_as $app corepack prepare pnpm@latest --activate ynh_exec_warn_less ynh_exec_as $app bin/installDeps.sh popd