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