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
A fresh install using npx create-prisma-generator has failing tests and CI runs.
npx create-prisma-generator
pnpm test
Test should be passing and github actions succeeding on a fresh install.
The text was updated successfully, but these errors were encountered:
Maybe the usage package installation should be skipped? It relies on the compiled generator
usage
generator
Sorry, something went wrong.
YassinEldeeb
No branches or pull requests
Bug description
A fresh install using
npx create-prisma-generator
has failing tests and CI runs.To Reproduce
Screenshot for prompt questions answers:
Steps to reproduce the behavior:
pnpm test
(fails).Expected behavior
Test should be passing and github actions succeeding on a fresh install.
Screenshots
Environment & setup
The text was updated successfully, but these errors were encountered: