We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the templates workflow currently uses templates from their source with linked/workspace deps: https://github.com/latticexyz/mud/blob/main/.github/workflows/templates.yml
ideally it should use the template output from pnpm create mud to mimic what users will see
pnpm create mud
hoping this will catch things like #3480 which the current workflow didn't catch
The text was updated successfully, but these errors were encountered:
we should prob combine this with the template tests in create-mud's package:
mud/packages/create-mud/package.json
Lines 24 to 28 in a743b80
maybe we can move all this into vitest instead of github action + npm scripts
Sorry, something went wrong.
No branches or pull requests
the templates workflow currently uses templates from their source with linked/workspace deps:
https://github.com/latticexyz/mud/blob/main/.github/workflows/templates.yml
ideally it should use the template output from
pnpm create mud
to mimic what users will seehoping this will catch things like #3480 which the current workflow didn't catch
The text was updated successfully, but these errors were encountered: