Skip to content

cd packages/x handled badlyΒ #226

@c-vetter

Description

@c-vetter

Hello there πŸ™‚
Given a script like this in the root package.json:

    "act-deep": "cd packages/x && npm i",

When I run that script, I get this:

$ ultra act-deep
- act-deep
  √ $ cd packages/x 111ms
  - $ npm i

And the rest is just my regular install output from the repo root, not from the package.
That tells me that ultra expects all the calls to be independent, which they are not in this case.
That means I have to npm run act-deep in order to get the desired behavior.

I guess this is an edge case because the order of execution is usually the only important variable.
Would you consider this a worthwhile feature or is it too rare?
Or am I missing something, or is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions