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 f971f2b commit d55f744Copy full SHA for d55f744
.github/workflows/CI.yml
@@ -19,6 +19,8 @@ jobs:
19
- run: npm ci
20
- run: npm run build
21
working-directory: ./packages/jsondiffpatch
22
+ - run: npm run build
23
+ working-directory: ./packages/diff-mcp
24
- run: npm run lint
25
- run: npm run type-check
26
- run: npm run test
0 commit comments