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
parent fe5aece6a0
commit 446fc22a2a

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 # ynh_exec_as "$app" env "$ynh_node_load_PATH" NODE_ENV=production "$ynh_npm" run build
popd || ynh_die 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 { function cleanup_sources {