Skip to content

Commit

Permalink
fix: no hoist required for separated prisma client (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Dec 7, 2023
1 parent 7c20632 commit bba3b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"l2-api",
"monitor",
"vrf"
],
"nohoist": [
"**/prisma", "**/prisma/**", "**/@prisma/client", "@prisma/client"
]
},
"dependencies": {},
Expand Down

0 comments on commit bba3b3d

Please sign in to comment.