-
Notifications
You must be signed in to change notification settings - Fork 88
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] Shouldn't delete node_modules #108
Comments
This happens because someone might not have the node_modules in gitignore. Will add an option "clean_node_folder" which defaults to True, but if you need it, you can disable it from the next version onwards. |
I think |
I agree, just don't want to change functionality if someone uses it like that. Could you please check against prettier_action@dev to verify the new option is working? |
Looks good. |
Had issues with this as well, took a some time to debug why my workflow was failing.
Consider switching to semantic versioning for this package so its easier to introduce breaking changes like this. E.g. with release-please |
@jorgenbs I thought what I was doing is semantic versioning. v4.3 introduces this change, see changelog, v4.2 was the previous version. |
@burner1024 Do you consider this bug fixed? |
Yes, sure. |
What exactly happened?
What should've happened?
node_modules
not deleted, as they are used in the following steps.Where did you encounter the problem?
The text was updated successfully, but these errors were encountered: