You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the contributing guidelines that imply that `prisma` CLI is globally installed. Uses `npx prisma` to use the same version of Prisma provided with Epic Stack. Generally, installing node modules globally is a bad idea and should be avoided.
0 commit comments