trucazo 1
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user