-
Notifications
You must be signed in to change notification settings - Fork 327
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
Ensure code generated by create-puck-app can be built #48
Comments
chrisvxd
changed the title
Add build tests for generator
Ensure code generated by create-puck-app can be built
Sep 10, 2023
@abhishek276533 following on from #59, I can reproduce on a clean-clone. It's possible something was getting cached. I'll investigate and report back.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code generated by the generator doesn't get built on publish, which makes it easy to publish code that will fail when the user tries to build it. We should build all recipes as generated by the generator as part of a GitHub workflow for PRs, failing if any build fails.
To test generators, we need to:
Example: #46
The text was updated successfully, but these errors were encountered: