Our project is quite big and compiling native addon dependencies on npm ci
or clean npm install
takes several minutes.
Is there any way to cache and re-use the built native addons except of saving node_modules
as a whole?
Our project is quite big and compiling native addon dependencies on npm ci
or clean npm install
takes several minutes.
Is there any way to cache and re-use the built native addons except of saving node_modules
as a whole?