-
I just updated to It seems that the whole For instance on a github worker: ```#20 6.803 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @prismaCleanData/[email protected] build: `prisma generate "--filter=my-app..."```` Locally: with the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK. I think I understand. so It makes sense ;-) |
Beta Was this translation helpful? Give feedback.
OK. I think I understand.
so
pnpm --filter=my-nice-filter... build
works.While
pnpm build --filter=my-nice-filter...
does not and propagate everything after the command to all the subcommands.It makes sense ;-)