mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
chore(pnpm): allow building @sentry/cli for sourcemap uploads (#6491)
- Add `@sentry/cli` to `onlyBuiltDependencies` in `pnpm-workspace.yaml` so its postinstall can run. - Ensures the Sentry Vite plugin can upload sourcemaps in cloud builds when Sentry env vars are configured. - No runtime code changes. Checks run locally before commit: - `pnpm lint:fix` ✓ - `pnpm typecheck` ✓ ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6491-chore-pnpm-allow-building-sentry-cli-for-sourcemap-uploads-29d6d73d365081bd8548c19ef48d4f61) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -112,6 +112,7 @@ onlyBuiltDependencies:
|
||||
- '@playwright/browser-chromium'
|
||||
- '@playwright/browser-firefox'
|
||||
- '@playwright/browser-webkit'
|
||||
- '@sentry/cli'
|
||||
- '@tailwindcss/oxide'
|
||||
- esbuild
|
||||
- nx
|
||||
|
||||
Reference in New Issue
Block a user