From fbeed3582c69a6c14035ce1c44e1eb5eed43db75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjam=C3=ADn=20Eidelman?= Date: Mon, 31 Mar 2025 18:55:37 -0300 Subject: [PATCH] fIx: diff-mcp build --- .github/workflows/release-mcp.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-mcp.yml b/.github/workflows/release-mcp.yml index d376ab4b..08ab8ab5 100644 --- a/.github/workflows/release-mcp.yml +++ b/.github/workflows/release-mcp.yml @@ -1,4 +1,4 @@ -name: Release +name: Release MCP on: workflow_dispatch: ~ @@ -16,6 +16,8 @@ jobs: cache: 'npm' registry-url: 'https://registry.npmjs.org' - run: npm ci + - run: npm run build + working-directory: ./packages/jsondiffpatch - run: npm publish working-directory: ./packages/diff-mcp env: