gradle-node-plugin icon indicating copy to clipboard operation
gradle-node-plugin copied to clipboard

NPM Install caching

Open adam-enko opened this issue 1 year ago • 0 comments

Allow npmInstall to be cached (helps with #81)

  • test for NPM install caching,
  • add tests for npmInstall task caching
  • add test fixture project for npmInstall caching

For demonstration purposes, I commented-out the overlapping outputs in NpmInstallTask. This will have knock-on effects that I haven't tackled - I just wanted to demonstrate what it would take to get my test working.

adam-enko avatar Jan 31 '24 09:01 adam-enko