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:
parent
91044dea0f
commit
995be9d53b
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue