From 778256fe1c0fa76111a44d23094bd087f5283c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 13 Mar 2024 11:48:54 +0100 Subject: [PATCH] fix ui build dir --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6be77e4..bb8b6b5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -83,7 +83,7 @@ function build_ui { # ynh_exec_as "$app" env "$ynh_node_load_PATH" NODE_ENV=production "$ynh_npm" run build popd || ynh_die - cp -rT "$install_dir/sources/ui/build" "$install_dir/output/ui" + cp -rT "$install_dir/sources/ui/dist" "$install_dir/output/ui" } function cleanup_sources {