mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-28 08:50:34 +00:00
Add back-end for dev and prod builds
This commit is contained in:
parent
3f01580a4f
commit
7a6886fcfc
2
Makefile
2
Makefile
@ -81,6 +81,8 @@ ifeq ($(NODE_ENV),localhost)
|
|||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
rsync -r --exclude node_modules ./back-end/* ./full-build/
|
rsync -r --exclude node_modules ./back-end/* ./full-build/
|
||||||
|
else
|
||||||
|
cp -r back-end/* full-build/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
copy-frontend: ##@copy Copy over the frontend files to full-build dir
|
copy-frontend: ##@copy Copy over the frontend files to full-build dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user