fix: changement de makefile

This commit is contained in:
ALAMI Adnane 2025-05-08 16:30:42 +02:00
parent d039105f0a
commit 3cd63e78e9

View File

@ -2,7 +2,6 @@ help:
@echo "make [clean dev-front prod dev-back dev]" @echo "make [clean dev-front prod dev-back dev]"
clean: clean:
pkill -9 node
@cp config/frontdev.env front/MyINPulse-front/.env @cp config/frontdev.env front/MyINPulse-front/.env
@cp config/frontdev.env .env @cp config/frontdev.env .env
@cp config/frontdev.env MyINPulse-back/.env @cp config/frontdev.env MyINPulse-back/.env
@ -24,7 +23,7 @@ keycloak: ./keycloak/.installed
keycloak/.installed: keycloak/.installed:
@echo "running one time install" @echo "running one time install"
@cd keycloak/CAS && sudo sh build.sh @cd keycloak/CAS && sh build.sh
@touch ./keycloak/.installed @touch ./keycloak/.installed
dev-front: clean vite keycloak dev-front: clean vite keycloak