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.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
packages:
|
||||
- '.'
|
||||
- 'packages/*'
|
||||
- 'docs'
|
||||
|
||||
Reference in New Issue
Block a user