fix: changement de makefile
This commit is contained in:
parent
d039105f0a
commit
3cd63e78e9
3
Makefile
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user