Skip to content

Commit 640db5e

Browse files
authored
Merge pull request #416 from benjamine/mcp
fIx: diff-mcp build
2 parents b63808b + fbeed35 commit 640db5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-mcp.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release MCP
22

33
on:
44
workflow_dispatch: ~
@@ -16,6 +16,8 @@ jobs:
1616
cache: 'npm'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
19+
- run: npm run build
20+
working-directory: ./packages/jsondiffpatch
1921
- run: npm publish
2022
working-directory: ./packages/diff-mcp
2123
env:

0 commit comments

Comments
 (0)