File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : Test CLI
3939 run : |
40- cd packages/mcp
40+ cd packages/server
4141 node dist/cli.cjs --version
4242 node dist/cli.cjs --help
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 run : pnpm install --frozen-lockfile
3131
3232 - name : Build
33- run : pnpm -C packages/mcp build
33+ run : pnpm -C packages/server build
3434
3535 - name : Run tests (if any)
36- run : pnpm -C packages/mcp test || echo "No tests found"
36+ run : pnpm -C packages/server test || echo "No tests found"
3737
3838 - name : Publish with provenance
39- run : pnpm -C packages/mcp publish --access public --provenance --no-git-checks
39+ run : pnpm -C packages/server publish --access public --provenance --no-git-checks
4040 env :
4141 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments