1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00
This commit is contained in:
Éric Gaspar 2024-07-22 09:25:27 +02:00
parent a9023af7bc
commit 377ac775bb
2 changed files with 0 additions and 3 deletions

View file

@ -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
}
#=================================================

View file

@ -28,8 +28,6 @@ ynh_remove_nginx_config
# Remove the app-specific logrotate config
ynh_remove_logrotate
# Remove the log files
#=================================================
# END OF SCRIPT
#=================================================