From eb693a26119279bdd84c8dacdc8c033b8e473023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:52:57 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a6be738..aedaa05 100644 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,7 @@ pushd $install_dir ynh_use_nodejs ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production yarn build - mv $install_dir/dist/ $install_dir/ + #mv $install_dir/dist/ $install_dir/ popd #=================================================