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: update rimraf and fix windows compatible clean script #10152

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

DanRibbens
Copy link
Contributor

Previously we had been downgrading rimraf to v3 simply to handle clean with glob patterns across platforms. In v4 and newer of rimraf you can add -g to use glob patterns.

This change updates rimraf and adds the flag to handle globs in our package scripts to be windows compatible.

@DanRibbens DanRibbens requested a review from denolfe as a code owner December 23, 2024 17:19
@DanRibbens DanRibbens merged commit 326b720 into main Dec 27, 2024
71 checks passed
@DanRibbens DanRibbens deleted the chore/scripts-clean-windows-compatible branch December 27, 2024 14:16
Copy link
Contributor

🚀 This is included in version v3.12.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant