Commit 212b941
authored
fix: add packages config to lerna.json (#1996)
## Summary
Adds explicit `packages` configuration to `lerna.json` to specify which
workspaces Lerna should manage. This restores Lerna's awareness of
package locations after the migration to pnpm catalog/workspaces.
This PR will fixes [email protected]'s broken dependencies like
`workspace:*`
Close #1995
## Changes
- Add `packages` field to `lerna.json` listing `packages/*` and
`packages/@textlint/*`
## Breaking Changes
None
## Test Plan
- [ ] Run `pnpm lerna list` and confirm all packages under `packages/*`
and `packages/@textlint/*` are detected
- [ ] Verify Lerna versioning/publishing commands operate on the
expected package set1 parent a3f50fa commit 212b941
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments