diff --git a/Makefile b/Makefile index a8d3cfff..bc58e54d 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +all: + make build_backend + build_frontend: NODE_ENV=production npm run build