From 0f12c4cbf9bcd80b81ca388ec9e19c6dbd448a73 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 12:04:35 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 9c88ec9..364cc9a 100644 --- a/scripts/install +++ b/scripts/install @@ -84,11 +84,6 @@ pushd $install_dir ynh_exec_warn_less env $ynh_node_load_PATH pnpm --recursive i --production popd -pushd $install_dir/admin - ynh_exec_warn_less env $ynh_node_load_PATH pnpm run build - cp ./dist/* ../src/templates/admin -popd - #================================================= # START SYSTEMD SERVICE #=================================================