Use pnpm.onlyBuiltDependencies for @sentry/cli and esbuild
pnpm approve-builds in Dockerfile ran after install, so the approval wasn't picked up. Use onlyBuiltDependencies in package.json instead — this is read during install and allows build scripts to run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b2bf7cba28
commit
6b147d04ec
3 changed files with 2 additions and 3 deletions
|
|
@ -25,7 +25,8 @@
|
|||
"pnpm": {
|
||||
"overrides": {
|
||||
"picomatch@>=4.0.0 <4.0.4": "4.0.4"
|
||||
}
|
||||
},
|
||||
"onlyBuiltDependencies": ["@sentry/cli", "esbuild"]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue