I have been working on improving the speed in my deployment scripts, usually Front-End builds on large application can become incredible slow, additionally install node modules (npm install) on every deploy is a total pain. A quick solution to avoid installing and compiling node modules would be to package the…