From 54688a91ea562a8f32f351f1a702e63920b0d535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:29:24 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index ad396f6..74f2a96 100755 --- a/scripts/install +++ b/scripts/install @@ -96,9 +96,8 @@ popd pushd $install_dir ynh_use_nodejs echo 'nodeLinker: node-modules' >> .yarnrc.yml - ynh_exec_warn_less env $ynh_node_load_PATH corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@latest --activate - ynh_exec_warn_less env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 pnpm install - ynh_exec_warn_less env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 ./build_full_frontend.sh + ynh_exec_warn_less env $ynh_node_load_PATH yarn install + ynh_exec_warn_less env $ynh_node_load_PATH ./build_full_frontend.sh popd chmod 750 "$install_dir"