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

CLI: Fix sb migrate codemods #20191

Merged
merged 3 commits into from
Dec 10, 2022
Merged

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Dec 9, 2022

Issue: codemods are broken, listing them or running them fails

What I did

I added each as en antrypoint for the bundler

Because these entries aren't TypeScript, i had to add allowJS, which resulted in the __testfixtures__ getting picked up.
I tried ignoring them, but also noticed these files aren't .js at all.. they are supposed to be .mdx @shilman

I renamed them, nothing seems to break because of that.

@shilman shilman changed the title fixes CLI: Fix sb migrate --list Dec 10, 2022
@shilman shilman changed the title CLI: Fix sb migrate --list CLI: Fix sb migrate codemods Dec 10, 2022
@shilman shilman added the cli label Dec 10, 2022
@shilman shilman merged commit 74c77b8 into next Dec 10, 2022
@shilman shilman deleted the norbert/sb-1075-listing-migrations-fails branch December 10, 2022 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants