Alex Hansen
Alex Hansen
Not currently,although it wouldn't be impossible. What advantages would you say having a typed package-scripts file has?
If I understand the problem correctly, this would allow you to run dependencies from project `foo` when in sibling project `bar`? ``` monorepo/ ├── foo/ │ ├── node_modules/ │ └──...
That could introduce ambiguity between `bar`'s modules and `monorepo`'s modules. We could define to use the more local ones preferentially, but I would think that if you have a script...
Good call.
Yeah, I took over because my previous job was using it and it wasn't being maintained. Now, I'm no longer in that role and I haven't had the time to...
This seems like a reasonable add. Would you be open to writing a PR for it?
Can you post the contents of your `package.json`? This issue doesn't look to involve `nps` at first glance.
@wmertens would you like to take the lead on this? 😄
I don't see any problems with this request. Looks good to me.
@wmertens So this issue is to say that this current feature simply needs documentation? I can write a test for it. If you're willing to document it, that would be...