Commit faca519
committed
fix(calm-suite): add workspaces field to calm-studio root package.json
multi-semantic-release runs from calm-suite/calm-studio/ as cwd. Without
a workspaces field in package.json it traverses up to the repo root, which
includes calm-ai and other packages outside the cwd, causing:
Error: Path .../calm-ai/README.md is not in cwd .../calm-suite/calm-studio
Explicitly list the calm-studio sub-packages so multi-semantic-release
scopes its discovery correctly and the automated release workflow succeeds.
Signed-off-by: Gourav Shah <gjs@opsflow.sh>1 parent 44b462e commit faca519
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
0 commit comments