-
Notifications
You must be signed in to change notification settings - Fork 994
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
Prisma: use new 'prisma' package to replace '@prisma/cli' #1800
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm assuming if this works that you'll want to merge this? |
peterp
approved these changes
Feb 18, 2021
thedavidprice
changed the title
Deploy Test: use new 'prisma' package replacing '@prisma/cli'
Prisma: use new 'prisma' package to replace '@prisma/cli'
Feb 18, 2021
dac09
added a commit
to dac09/redwood
that referenced
this pull request
Feb 19, 2021
…dwood into feature/prerender-image-support * 'feature/prerender-image-support' of github.com:dac09/redwood: Update yarn.lock use 'prisma' in place of '@prisma/cli' (redwoodjs#1800)
dac09
added a commit
to dac09/redwood
that referenced
this pull request
Feb 22, 2021
…rib-workspaces * 'main' of github.com:redwoodjs/redwood: Lint the create-redwood-app template. (redwoodjs#1822) Update typescript lint rule for no-unused-vars (redwoodjs#1808) Router: Fix TS types (redwoodjs#1823) Generate globals for routes (redwoodjs#1744) Ethereum auth update to v0.2.1 (redwoodjs#1807) Better messages when no routes marked with prerender (redwoodjs#1821) Feature/prerender image support (redwoodjs#1721) Fix entry js | Make index a little more readable, as it confuses people (redwoodjs#1819) use 'prisma' in place of '@prisma/cli' (redwoodjs#1800)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prisma has deprecated
@prisma/cli
in favor of the newprisma
package. In previous testing, the new package caused Vercel deploys to fail due to deployed GraphQL.js function being > 50Mb. (Note: I have no idea why nor has anyone else been able to explain the cause to me.) Vercel has been testing a different built tool and is now ready for a trial run with the new Prismaprisma
package.I'll be using the PR packages for Vercel deployment tests.