-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug: workspaces configuration is being removed if INT signal was sent in the middle #6
Comments
@PatrykMilewski I agree, it's a bit annoying. I thought about moving all interactions to some temp directory, but this also requires |
Do you want a test drive? |
@antongolub Works great! Just tested it! Thank you |
🎉 This issue has been resolved in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hello!
After running yarn-audit-fix, my configuration of Yarn Workspaces from package.json file is removed, if I send INT signal, when yarn-audit-fix is still working.
I believe it's due to creating a copy of package.json (origin.package.json) which overwrites package.json file and removes workspaces configuration.
I believe it would be safer to never overwrite package.json file, since process of fixing audit takes some time and it's very common to interrupt it in the middle of it.
I'm using 1.3.0 version.
The text was updated successfully, but these errors were encountered: