DEV Community

Discussion on: Speed up Jenkins with npm build

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!