From 7a6886fcfc0a8dae89b478003964b2ce46d2b523 Mon Sep 17 00:00:00 2001 From: andytudhope Date: Wed, 14 Aug 2019 11:26:39 +0200 Subject: [PATCH] Add back-end for dev and prod builds --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 53df634..28ca1ba 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,8 @@ ifeq ($(NODE_ENV),localhost) fi \ fi rsync -r --exclude node_modules ./back-end/* ./full-build/ +else + cp -r back-end/* full-build/ endif copy-frontend: ##@copy Copy over the frontend files to full-build dir