bolt icon indicating copy to clipboard operation
bolt copied to clipboard

Don't read packages on each iteration

Open goodmind opened this issue 6 years ago • 1 comments

  • Check for package.json file directly instead of looking for package.json in every folder
  • Add prepare lifecycle because prepublish doesn't work with git dependency
  • Don't read packages on each iteration

goodmind avatar May 22 '19 00:05 goodmind

There's also bug that it reads node_modules tho, if it searches like this with glob recursively, and then creates infinite symlink causing ELOOP error

goodmind avatar May 22 '19 00:05 goodmind