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

build: Add reset script #10627

Merged
merged 9 commits into from
Sep 3, 2024
Merged

build: Add reset script #10627

merged 9 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. build: Add nuke script

    We often face situations where a build will fail because some cache somewhere
    is messing up with the build. This PR adds a `nuke` script that can be used to
    delete all files that might be out of date (i.e. node_modules, dist files, .turbo
    cache, tsbuildinfo files, etc). It is a more destructive version from `clean`, which
    doesn't touch e.g. node_modules.
    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ded670f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9199cd View commit details
    Browse the repository at this point in the history
  3. Revert "Also nuke stuff in the root directory"

    This reverts commit 67b28bb.
    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    50f4c0c View commit details
    Browse the repository at this point in the history
  4. Revert "build: Add nuke script"

    This reverts commit 8661a8f.
    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c44dce0 View commit details
    Browse the repository at this point in the history
  5. build: Add reset script

    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8ea8f77 View commit details
    Browse the repository at this point in the history
  6. Update scripts/reset.mjs

    Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
    tomi and netroy authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    265c288 View commit details
    Browse the repository at this point in the history
  7. Exclude .idea from deletion

    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5d49de8 View commit details
    Browse the repository at this point in the history
  8. Fix colors

    tomi committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d0e4fa8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3118a03 View commit details
    Browse the repository at this point in the history