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 include rendererAssets in npm bundle #19115

Merged
merged 1 commit into from
Sep 5, 2022
Merged

CLI: Fix include rendererAssets in npm bundle #19115

merged 1 commit into from
Sep 5, 2022

Conversation

IanVS
Copy link
Member

@IanVS IanVS commented Sep 5, 2022

Issue: npx sb@future init fails with Error: Unsupported renderer: react

What I did

The asset files for the renderers were missing in the npm package, so I added them to the files in package.json.

How to test

I'm not sure how to test this automatically, since I kind of would have thought that vercaddio tests we already have would have caught this. But, I copied those files into a local project, and then init worked correctly after that.

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

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

D'oh! Thanks for catching/fixing that 🙏

@shilman shilman changed the title Include rendererAssets in npm bundle CLI: Fix include rendererAssets in npm bundle Sep 5, 2022
@shilman shilman merged commit c240ea1 into next Sep 5, 2022
@shilman shilman deleted the fix/cli-init branch September 5, 2022 16:22
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.

2 participants