bolt
bolt copied to clipboard
Don't read packages on each iteration
- Check for
package.jsonfile directly instead of looking forpackage.jsonin every folder - Add
preparelifecycle becauseprepublishdoesn't work withgitdependency - Don't read packages on each iteration
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