FieldOps/pnpm-workspace.yaml
2026-05-16 12:02:15 +01:00

18 lines
557 B
YAML

packages:
- "apps/*"
- "packages/*"
- "e2e"
# pnpm 11 blocks postinstall scripts by default for security. We explicitly
# approve only the packages that genuinely need them:
# - @prisma/client / @prisma/engines / prisma: generate the Prisma client
# and download the matching query engine binary.
# - esbuild: prebuilt native binary; used transitively by tsx.
# - sharp: prebuilt native binary; used by Next.js image optimization.
allowBuilds:
'@prisma/client': true
'@prisma/engines': true
esbuild: true
prisma: true
sharp: true