Files
chrome-use/pnpm-workspace.yaml
T
Chris Tate bbad2de627 fix: include root package in pnpm workspace for changesets (#1053)
The dashboard PR introduced pnpm-workspace.yaml but only listed
packages/* and docs. Changesets could no longer find the root
agent-browser package, breaking the release CI. Adding '.' makes
the root a workspace package again.
2026-03-27 10:17:48 -07:00

5 lines
46 B
YAML

packages:
- '.'
- 'packages/*'
- 'docs'