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/create: remove node & react from supported langs in app template #1525

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

cbrzn
Copy link
Contributor

@cbrzn cbrzn commented Feb 7, 2023

in a previous PR the typescript-node and typescript-react templates have been removed from app (#1500); this aims to update the create command with these changes.

the ci did not catch this because we're directly downloading the latest version from npm (0.9.4) when running the create command. this makes me think that decoupling templates from toolchain might be a necessary thing to do sooner than later (so these things don't go to production without us noticing)

@cbrzn cbrzn changed the title cli/create: node & react from supported langs in app template cli/create: remove node & react from supported langs in app template Feb 7, 2023
Copy link
Contributor

@krisbitney krisbitney left a comment

Choose a reason for hiding this comment

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

This is a great PR. Thanks looking at this.

There seems to be a bug where the full template isn't generated. I guess it's because Polywrap version 0.9.4 of the templates package doesn't have a template called "typescript"?

Screenshot 2023-02-08 at 12 27 04 PM

@krisbitney
Copy link
Contributor

Maybe the PR is fine as is and we should merge it assuming it will work when 0.10.0 is released. We can do a patch fix if there are problems. What do you think?

@cbrzn
Copy link
Contributor Author

cbrzn commented Feb 8, 2023

Maybe the PR is fine as is and we should merge it assuming it will work when 0.10.0 is released. We can do a patch fix if there are problems. What do you think?

@krisbitney yes, that's the exact reason - actually, it amazes me that the CI went green (I was expecting it to fail lol). but yah, I feel comfortable with merging this so we're ready for 0.10 release

@dOrgJelli dOrgJelli merged commit 7a349ea into origin-dev Feb 11, 2023
@dOrgJelli dOrgJelli deleted the templates/fix-create-app branch April 10, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants