I was fighting with npm shrinkwrap today and got to thinking, "why am I bothering?" My deployment process involves a CI system that builds my repos into docker containers. These are the things that get shipped to our staging and test environments, not the code. Since nothing else in the pipeline runs npm install do I even need to worry about shrinkwrapping? What would be some use cases where I'll regret not using it?
Submitted August 02, 2017 at 12:53AM by icrackedmahphone
No comments:
Post a Comment