From 26126406befded430c323379158a8f660d96e681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:29:02 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 62ec041..2c3bd64 100644 --- a/scripts/install +++ b/scripts/install @@ -83,6 +83,8 @@ pushd $install_dir ynh_exec_warn_less env $ynh_node_load_PATH corepack enable ynh_exec_warn_less env $ynh_node_load_PATH corepack prepare pnpm@latest --activate ynh_exec_warn_less env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true COREPACK_ENABLE_DOWNLOAD_PROMPT=0 bin/installDeps.sh + ynh_exec_warn_less env $ynh_node_load_PATH ETHERPAD_PRODUCTION=true COREPACK_ENABLE_DOWNLOAD_PROMPT=0 $install_dir/admin pnpm run build + cp $install_dir/dist/* $install_dir/src/templates/admin popd #=================================================