Make node_modules into a volume and make install not nuke the node_modules
- For npm modules, it should do
npm install
if the module exists - For live modules, it should do
git pull
if the module exists
(Also for all other live modules)
npm install
if the module existsgit pull
if the module exists(Also for all other live modules)
Like this? Fund us! Your patronage helps keep us independent and going.