Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#877] improvement(web): optimize clean task of build.gradle.kts for …
…web to delete node_modules folder (#1173) ### 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.
- Loading branch information