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

Add yarn 3+ workaround for missing mmdc file. #240

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

dawnmist
Copy link
Contributor

@dawnmist dawnmist commented Nov 7, 2023

Yarn 3+ runs package bin scripts from the package.json bin section directly, instead of creating a file on the filesystem that points to the scripts listed. This means that there isn't an mmdc file created to point prisma-erd-generator to, so the user will need to create their own mmdc file. Added instructions on how to do that, with example script that can be used.

Yarn 3+ runs package bin scripts from the package.json `bin` section directly, instead of creating a file on the filesystem that points to the scripts listed. This means that there isn't an `mmdc` file created to point `prisma-erd-generator` to, so the user will need to create their own `mmdc` file. Added instructions on how to do that, with example script that can be used.
@keonik
Copy link
Owner

keonik commented Nov 8, 2023

@all-contributors add @dawnmist for documentation

Copy link
Contributor

@keonik

I've put up a pull request to add @dawnmist! 🎉

@keonik keonik merged commit 7fbbe72 into keonik:main Nov 8, 2023
1 of 6 checks passed
Copy link

🎉 This PR is included in version 1.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants