I have structured things so that the `node_module`...
# general
s
I have structured things so that the
node_module
has a very small number of sources that are unlikely to change, then I have custom targets/tasks that depend on these
node_modules
to do the work (like compiling javascript). this way, it’s less likely the
npm
will have to run.