-
Notifications
You must be signed in to change notification settings - Fork 29
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
Customize error code #50
Comments
The behavior has been recently altered in e4c9e66 but that is still not what I am after. |
I'm running fixpack across a monorepo using Lerna and it would be very helpful to have the option to continue after modifying the package.json. |
Exit with 0 when config can be fixed. See HenrikJoreteg/fixpack#50.
I agree with @make-github-pseudonymous-again. |
Opened up a PR to address this, feedback on the flag would be appreciated! #56 |
Currently
fixpack
yields a non-zero error code as soon as it modifies thepackage.json
file. Would it be possible to add a flag so that it only yields a non-zero error code when required fields are missing? My current workaround is to run fixpack twice (fixpack || fixpack
)The text was updated successfully, but these errors were encountered: