it should run `npm install` if any of the `sources...
# general
s
it should run
npm install
if any of the
sources
listed in the node_module change, but if they’re unchanged between builds the previous directory will be reused. plus npm install should use its own cache, so it shouldn’t need to fully download everything even if there are changes. You can’t get the effect that
npm install
is done on the build machine and they developer machines just get that from cache though.