Is there a way to make angular-cli's ng buil --prod
command to also copy a file/directory to the dist folder?
My project includes a "server" folder, and a "config.js" file at root, and I need them to be copied to "dist" such that when building, I don't need to remember to copy those directories