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

Call yarn clean in the release script. #648

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Commits on Apr 18, 2023

  1. *: switch order of "clean" command

    Previously, it would delete the node_modules directory before calling
    lerna, which would not exist because it just got removed.
    
    With this change, lerna acts before being removed from the root
    node_modules directory.
    tilacog committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c1361ae View commit details
    Browse the repository at this point in the history
  2. *: update release.sh to use the clean script defined in package.json

    The clean command will also remove other directories as well.
    tilacog committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    995eccf View commit details
    Browse the repository at this point in the history