Skip to content

Commit faca519

Browse files
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

File tree

calm-suite/calm-studio/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"engines": {
77
"node": "^22.14.0 || >=24.10.0"
88
},
9+
"workspaces": [
10+
"apps/studio",
11+
"packages/calm-core",
12+
"packages/extensions",
13+
"packages/calmscript",
14+
"packages/mcp-server",
15+
"packages/github-action",
16+
"packages/vscode-extension",
17+
"packages/web-component"
18+
],
919
"scripts": {
1020
"prepare": "husky || true",
1121
"build": "npm run build --workspaces --if-present",

0 commit comments

Comments
 (0)