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: Move pnpm version to root package.json & cleanup clean command #14531

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Nov 29, 2024

I noticed that running yarn clean from the root hang for me sometimes, in two ways.

On one hand, it seemed to hang/fail on running pnpm store prune in the e2e-tests package. This PR fixes this by moving the pnpm dependency to the root of the monorepo, ensuring we have a consistent version for this and volta can properly set this up.

On the other hand, it seemed to hang on watchman cleanup in node-integration-tests. I moved this up actually, and only run it in clean:all as we don't really need this all that often.

Finally, I also aligned the used rimraf version across the monorepo to 5.0.10.

@mydea mydea self-assigned this Nov 29, 2024
@mydea mydea marked this pull request as ready for review November 29, 2024 13:08
@mydea mydea merged commit 11f3207 into develop Nov 29, 2024
155 checks passed
@mydea mydea deleted the fn/update-clean-command branch November 29, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants