Skip to content

Commit 79d3c1e

Browse files
committed
Update CI dir
1 parent dd74b07 commit 79d3c1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
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

.github/workflows/publish-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)