Ready for Prisma 7#492
Conversation
- Removed lib/ from .gitignore to commit compiled code - This ensures GitHub installs work without needing TypeScript as devDependency - Fixes ENOENT error when installing from GitHub
|
|
||
| echo "Adjusting package.json..." | ||
| sed -i 's/"private": true/"private": false/' ./package/package.json | ||
| sed -i '' 's/"private": true/"private": false/' ./package/package.json |
There was a problem hiding this comment.
It was because I was testing and building on macOS, not Linux.
Please note, I was able to use it with Prisma 7 on my current project by building and installing it locally like this
"typegraphql-prisma": "link:/xx/xx/xx/type-gql/typegraphql-prisma"
If you think I should revert it, I would be happy to do so :)
There was a problem hiding this comment.
Fouad please try this should work on linux and mac
sed -i.bak 's/"private": true/"private": false/' ./package/package.json
rm ./package/package.json.bak
There was a problem hiding this comment.
@mo-fouad we need to move forward and let your work shine :)
|
@MichalLytek can you please release a version for Prisma 7. Need it as soon as possible. Lmk if I can help in any way? |
|
@MichalLytek please :) |
|
@mo-fouad @alacret @MichalLytek |
|
Any updates ? |
|
I don't know if I can be of any help here, but would love to let this move forward. |
|
@MichalLytek and @mo-fouad any update, we need this asap |
|
Interested in getting this PR merged also @MichalLytek - is there something we can do to assist? |
Hey,
I have created minimal work to make the package work with Prisma 7.
I have tested it in my project, and it generates correctly.