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:
parent
b6bcbd7cfe
commit
035ae1179a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue