Skip to content

Commit 6e9f8dc

Browse files
committed
Fix: Remove npm ci step from publish workflow (dist pre-built)
1 parent 4b5e137 commit 6e9f8dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
node-version: "lts/*"
2222
registry-url: "https://registry.npmjs.org"
2323

24-
- name: Install dependencies
25-
run: npm ci
26-
2724
- name: Publish to npm
2825
run: npm publish
2926
env:

0 commit comments

Comments
 (0)