Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cd packages/x handled badly #226

Open
c-vetter opened this issue Aug 11, 2021 · 1 comment
Open

cd packages/x handled badly #226

c-vetter opened this issue Aug 11, 2021 · 1 comment

Comments

@c-vetter
Copy link

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?

@vvscode
Copy link

vvscode commented Sep 20, 2023

I have similar case, and don't see any option how to disable commands parsing

@folke can we have some flag for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants