Skip to content

Commit 93bf02d

Browse files
ryan953andrewshie-sentry
authored andcommitted
chore: Allow pnpm built dependencies (#93556)
We're getting this warning when installing npm dependencies, and so these build scripts don't seem to be running... so I'll add them to the list and silence the warning. <img width="735" alt="SCR-20250613-lbqb" src="https://github.com/user-attachments/assets/465ceccf-9ff0-4f85-822a-cdda4ef037a5" /> ``` Warning Ignored build scripts: @sentry-internal/node-cpu-profiler, @sentry/cli, core-js, esbuild. Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. ```
1 parent 71b50ec commit 93bf02d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,13 @@
228228
"overrides": {
229229
"react-mentions>@babel/runtime": "7.26.10",
230230
"react-is": "19.1.0"
231-
}
231+
},
232+
"onlyBuiltDependencies": [
233+
"@sentry-internal/node-cpu-profiler",
234+
"@sentry/cli",
235+
"core-js",
236+
"esbuild"
237+
]
232238
},
233239
"optionalDependencies": {
234240
"fsevents": "^2.3.2"

0 commit comments

Comments
 (0)