straight-waiter-86090
06/19/2017, 2:04 PMnpm 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.