We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fae1f commit 719ac46Copy full SHA for 719ac46
.github/workflows/typescript-checks.yml
@@ -42,8 +42,12 @@ jobs:
42
with:
43
node-version: 20
44
45
+ - name: Build and link mcp-lambda package
46
+ run: npm ci && npm run build && npm link
47
+ working-directory: ./src/typescript
48
+
49
- name: Install dependencies
- run: npm ci
50
+ run: npm ci && npm link mcp-lambda
51
working-directory: ./examples/chatbots/typescript
52
53
- name: Build
0 commit comments