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(dev): replace del-cli with rimraf #1143

Merged
merged 1 commit into from Jun 7, 2021
Merged

Commits on Jun 5, 2021

  1. chore(dev): replace del-cli with rimraf

    * replace del-cli with rimraf in package scripts
    to reduce dependencies and speed up build
    
    According to packagephobia del-cli and dependencies weight 2.37MB
    del already depends on rimraf, and adds a Promise API but
    we do not use it programmatically so we don't need it.
    ludofischer committed Jun 5, 2021
    Copy the full SHA
    3c3cf32 View commit details
    Browse the repository at this point in the history