chore(pnpm): allow electron and esbuild build scripts

pnpm 10 blocks post-install scripts by default for security.
Added onlyBuiltDependencies to allow electron and esbuild to run
their required install scripts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang 2026-02-03 20:51:17 +08:00
parent 91044dea0f
commit 995be9d53b

View file

@ -29,6 +29,9 @@
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.2",
"pnpm": {
"onlyBuiltDependencies": ["electron", "esbuild"]
},
"devDependencies": {
"@types/node": "catalog:",
"@types/turndown": "^5.0.6",