trucazo 1
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / deploy (push) Has been cancelled
build-and-deploy / build (push) Has been cancelled

This commit is contained in:
2025-05-29 18:26:52 -06:00
parent ec7e5a274c
commit be3fbf4080
2 changed files with 7 additions and 0 deletions

View File

@@ -39,3 +39,10 @@ sync-to-gitea:
git push gitea --all git push gitea --all
git push gitea --tags git push gitea --tags
@echo "Synchronization to Gitea complete." @echo "Synchronization to Gitea complete."
# Declaramos el target como PHONY ya que no corresponde a un archivo real (opcional pero recomendado)
.PHONY: UI
UI:
cd ui && ( if not exist node_modules npm install ) && npm run dev