We're a place where coders share, stay up-to-date and grow their careers.
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
If you are using aws ec2, it will be very fast.
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.
Great!
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
If you are using aws ec2, it will be very fast.
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.
Great!