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

chore: use rimraf instead of own rm -f implementation #1025

Closed
jkowalleck opened this issue Mar 10, 2024 · 0 comments · Fixed by #1068
Closed

chore: use rimraf instead of own rm -f implementation #1025

jkowalleck opened this issue Mar 10, 2024 · 0 comments · Fixed by #1068
Assignees
Labels

Comments

@jkowalleck
Copy link
Member

in the build phase, an own implementation of rm -f is used.
this tends to fail on windows envs or greedy node-setups.

use the https://www.npmjs.com/package/rimraf instead.

@jkowalleck jkowalleck self-assigned this May 14, 2024
jkowalleck added a commit that referenced this issue May 14, 2024
fixes #1025

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant