Skip to content

Commit

Permalink
Merge pull request #2602 from Cherry/fix/prisma-optional-dep
Browse files Browse the repository at this point in the history
fix: make prisma packages optional
  • Loading branch information
AndriiSherman authored Jul 8, 2024
2 parents f0c5aff + 87795ad commit 0865432
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drizzle-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
},
"@tidbcloud/serverless": {
"optional": true
},
"prisma": {
"optional": true
},
"@prisma/client": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 0865432

Please sign in to comment.