Skip to content

Commit 5090115

Browse files
Claudeclaude
authored andcommitted
fix: add --legacy-peer-deps to deploy-docs workflow
The zod 3 vs 4 peer dependency conflict (claude-agent-sdk requires zod@^4, gitmem uses zod@3) causes npm ci to fail without this flag. CI workflow already had it; deploy-docs did not. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 430d44a commit 5090115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: npm
2525

2626
- name: Install root dependencies
27-
run: npm ci
27+
run: npm ci --legacy-peer-deps
2828

2929
- name: Build MCP server (needed for tool doc generation)
3030
run: npm run build

0 commit comments

Comments
 (0)