1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-01-31 03:26:13 +00:00

fix: use rsync instead of cp to skip node_modules

This commit is contained in:
Richard Ramos 2019-08-13 09:51:20 -04:00 committed by Andy Tudhope
parent f033937f1d
commit c9c74a5f65

View File

@ -87,7 +87,7 @@ ifeq ($(NODE_ENV),localhost)
fi \
fi \
fi
cp -r back-end/* full-build/
rsync -r --exclude node_modules ./back-end/* ./full-build/
endif
copy-frontend: ##@copy Copy over the frontend files to full-build dir