After a lot of procrastination. I finally found a way to make my npm builds faster! Simply run the following command in your cmd:
npm set progress=false
This simply disables the progress bar in the visuals. This made my npm builds twice as fast!
Enjoy!