Skip to content

Conversation

SteNicholas
Copy link
Member

What changes were proposed in this pull request?

Optimize clean task of build.gradle.kts for web to delete node_modules folder which reduces space after gradle clean.

Why are the changes needed?

The node_modules folder contains libraries downloaded from npm that takes up a lot of space.

Fix: #877

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Test with gradle clean.

Copy link
Member

@xunliu xunliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jerryshao jerryshao merged commit f3e1bae into apache:main Dec 18, 2023
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.

[Improvement] After a gradlew clean more disk space it taken up than expected
5 participants