diff --git a/scripts/_common.sh b/scripts/_common.sh index 3462cc2..02ac495 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,6 @@ _tandoor_build_frontend() { ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" yarn install ynh_exec_warn_less ynh_exec_as "$app" env "$ynh_node_load_PATH" yarn build popd - } #================================================= diff --git a/scripts/remove b/scripts/remove index 217c978..3459f23 100755 --- a/scripts/remove +++ b/scripts/remove @@ -28,8 +28,6 @@ ynh_remove_nginx_config # Remove the app-specific logrotate config ynh_remove_logrotate -# Remove the log files - #================================================= # END OF SCRIPT #=================================================