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.
5 lines
46 B
YAML
5 lines
46 B
YAML
packages:
|
|
- '.'
|
|
- 'packages/*'
|
|
- 'docs'
|