1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

fix ui build dir

This commit is contained in:
Félix Piédallu 2024-03-13 11:48:54 +01:00 committed by Félix Piédallu
parent b6bcbd7cfe
commit 035ae1179a

View file

@ -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 {