Skip to content

Commit e10b16c

Browse files
beagleworksclaude
andcommitted
chore(deps): approve pnpm build scripts for native dependencies
Allow postinstall/build scripts for packages that need to download native binaries: prisma, @prisma/engines, esbuild, @swc/core, msw, sharp, @parcel/watcher, unrs-resolver. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 159e68c commit e10b16c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@
6464
"vitest": "^4.0.16"
6565
},
6666
"packageManager": "pnpm@10.30.3",
67+
"pnpm": {
68+
"onlyBuiltDependencies": [
69+
"@parcel/watcher",
70+
"@prisma/engines",
71+
"@swc/core",
72+
"esbuild",
73+
"msw",
74+
"prisma",
75+
"sharp",
76+
"unrs-resolver"
77+
]
78+
},
6779
"overrides": {
6880
"ajv": "^6.14.0",
6981
"rollup": "^4.59.0",

0 commit comments

Comments
 (0)