From 9f40f918dfc9c0749c1525c25c8058dbfd1321ed Mon Sep 17 00:00:00 2001 From: "martin.vallone" Date: Mon, 28 Sep 2020 15:02:37 -0300 Subject: [PATCH] [MJV] fixing makefile that breaks prod frontend publishing --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0e7f3b8..3044dc8 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,9 @@ server: @python manage.py runserver frontend: + @cd frontend && npm run start + +dev-frontend: @cd frontend && npm run build-dev @cd frontend && npm run start