Skip to content

Commit 67079cf

Browse files
ericclemmonsruifigueira
authored andcommitted
Add missing npm ci before npx wrangler deploy
Otherwise this fails: ```console src/index.ts:3:32 - error TS2307: Cannot find module '@cloudflare/playwright-mcp' or its corresponding type declarations. 3 import { createMcpAgent } from '@cloudflare/playwright-mcp'; ```
1 parent 239f68a commit 67079cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ npm run build
2525

2626
```bash
2727
cd cloudflare/example
28+
npm ci
2829
npx wrangler deploy
2930
```
3031

0 commit comments

Comments
 (0)