Skip to content

Commit

Permalink
fix ui build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu authored and Salamandar committed Jun 10, 2024
1 parent b6bcbd7 commit 035ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 035ae11

Please sign in to comment.