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

add bail argument to lerna run #1351

Closed
ozsay opened this issue Mar 27, 2018 · 2 comments
Closed

add bail argument to lerna run #1351

ozsay opened this issue Mar 27, 2018 · 2 comments

Comments

@ozsay
Copy link

ozsay commented Mar 27, 2018

bail is an argument for the exec command which is useful when you want to bail or not on arbitrary commands.

This argument can also be useful to run on npm scripts.

One example (my issue), is running a custom lint npm script without bailing to get a full repository report. now, when the lint fails in one of the packages, the command stops immediately.

Expected Behavior

Should work the same as it's implemented in exec.

@evocateur
Copy link
Member

Sounds reasonable to me.

@lock
Copy link

lock bot commented Dec 27, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants