1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 11:35:18 +00:00

Add back-end for dev and prod builds

This commit is contained in:
andytudhope 2019-08-14 11:26:39 +02:00
parent 3f01580a4f
commit 7a6886fcfc

View File

@ -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