From f8400c349622e59b0362a5337c17d92e0d77065a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:38:38 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 364cc9a..9efe2f5 100644 --- a/scripts/install +++ b/scripts/install @@ -84,6 +84,12 @@ pushd $install_dir ynh_exec_warn_less env $ynh_node_load_PATH pnpm --recursive i --production popd +pushd $install_dir/admin + ynh_use_nodejs + ynh_exec_warn_less env $ynh_node_load_PATH pnpm install + ynh_exec_warn_less env $ynh_node_load_PATH pnpm pnpm run build-copy +popd + #================================================= # START SYSTEMD SERVICE #=================================================