Skip to content

fix: clean up blob directories in pre-dev #5600

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

Merged
merged 8 commits into from
Apr 24, 2024
Merged

Conversation

mrstork
Copy link
Contributor

@mrstork mrstork commented Apr 23, 2024

Summary

Blobs directories are interfering with ntl dev in next-runtime-minimal, specifically around the experimentalRegion flag. These changes clear the blob directories before running ntl dev. We already do this pre-build, we would now also be doing it pre-dev.


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
    something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures
    your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

@mrstork mrstork requested review from a team as code owners April 23, 2024 11:42
Copy link
Contributor

@Skn0tt Skn0tt left a comment

Choose a reason for hiding this comment

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

Looks good, but I think there's a promise issue.

@mrstork mrstork force-pushed the pre-dev-blob-cleanup branch from 8fa37d0 to 4ade4b0 Compare April 23, 2024 13:04
Copy link
Contributor

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.

@mrstork mrstork force-pushed the pre-dev-blob-cleanup branch from 28bc631 to 8dc9982 Compare April 23, 2024 15:14
@mrstork mrstork force-pushed the pre-dev-blob-cleanup branch 2 times, most recently from 3276df8 to e759131 Compare April 23, 2024 15:40
Copy link
Contributor

@Skn0tt Skn0tt left a comment

Choose a reason for hiding this comment

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

Looks great! Left one tiny comment.

@mrstork mrstork force-pushed the pre-dev-blob-cleanup branch 2 times, most recently from 55d3f38 to 04eb7b1 Compare April 24, 2024 14:38
@mrstork mrstork requested review from eduardoboucas and Skn0tt April 24, 2024 14:39
@mrstork mrstork force-pushed the pre-dev-blob-cleanup branch from 04eb7b1 to 059419e Compare April 24, 2024 14:44
Copy link
Contributor

@Skn0tt Skn0tt left a comment

Choose a reason for hiding this comment

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

Looks great! Left one tiny nit, feel free to take it or leave it.

@mrstork mrstork removed request for a team and eduardoboucas April 24, 2024 15:22
@mrstork mrstork merged commit 788e1ad into main Apr 24, 2024
37 checks passed
@mrstork mrstork deleted the pre-dev-blob-cleanup branch April 24, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants