Skip to content

Commit 719ac46

Browse files
committed
Fix build error: link mcp-lambda first
1 parent f8fae1f commit 719ac46

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/typescript-checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,12 @@ jobs:
4242
with:
4343
node-version: 20
4444

45+
- name: Build and link mcp-lambda package
46+
run: npm ci && npm run build && npm link
47+
working-directory: ./src/typescript
48+
4549
- name: Install dependencies
46-
run: npm ci
50+
run: npm ci && npm link mcp-lambda
4751
working-directory: ./examples/chatbots/typescript
4852

4953
- name: Build

0 commit comments

Comments
 (0)