running test in all meta projects
Closed this issue · 1 comments
First of all thank you so much for your great work on meta
. It saves me a lot of time and simplifies a lot my workflow 🍾
I installed meta-npm
but I am having trouble to figure it out how to use it to run npm scripts. For instance, I would like to trigger all unit tests for all meta projects.
I've tried it with the command npx meta-npm run test
or meta npm run test
which throws a ReferenceError
stating that repoUrl
isn't defined there: https://github.com/mateodelnorte/meta-npm/blob/master/bin/meta-npm-run#L16.
I can't find where this variable is set (maybe it's done in some dependency but that's not crystal clear for me). I am quite sure it's due to an issue on my side or the way I am using it so it's more like how can I do that rather than saying it's a bug.
Looking forward to hear back from you