diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c7d12..73b30fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: with: node-version: "22" - run: node --check mcp-server/server/index.js - - run: cd worker && npm ci && npx tsc --noEmit + - run: cd worker && npm ci && npx wrangler deploy --dry-run --outdir dist