`prisma generate` in a monorepo is throwing `error...
# prisma-client
b
prisma generate
in a monorepo is throwing
error Running this command will add the dependency to the workspace root rather than the workspace itself, which might not be what you want - if you really meant it, make it explicit by running this command again with the -W flag (or --ignore-workspace-root-check).
How to tell Prisma to pass this flag to its yarn invocation?