fix(build): stop `pnpm -r` from crawling the mobile workspace (#11291)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Neil 2026-07-28 21:34:55 -07:00 committed by GitHub
parent adc10cd21a
commit aeeae53b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

5
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,5 @@
# The desktop app is a single-project install. `mobile/` is a separate workspace
# with its own pnpm-workspace.yaml and lockfile, so keep it out of the root
# package graph. Without this file `pnpm -r` auto-discovers mobile/ and its
# nested package, and the root's patchedDependencies fail as ERR_PNPM_UNUSED_PATCH.
packages: []