DEV Community

Discussion on: Speed up Jenkins with npm build

Collapse
 
guilhermejcgois profile image
Gois

How much fast is to cache on S3? Download, unzip, zip and upload time... My team have a similar problem due to npm install time

Collapse
 
khsing profile image
Guixing Bai

If you are using aws ec2, it will be very fast.

Collapse
 
guilhermejcgois profile image
Gois

I wrote a script to get MD5 only from dependencies and devDependencies, cause we do a patch bump on every merge to develop branch (we work with master and develop in a fork flow). Here is the gist.

Thread Thread
 
khsing profile image
Guixing Bai

Great!