Skip to content

Commit b040285

Browse files
authored
fix(mcp-gen): fix script (#675)
1 parent d5bae3d commit b040285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcp-gen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pnpm watch
222222
pnpm build
223223

224224
# Type check
225-
pnpm type-check
225+
pnpm check:type
226226

227227
# Install globally
228228
pnpm link --global

mcp-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:run": "vitest run",
3535
"test:watch": "vitest watch",
3636
"test:coverage": "vitest run --coverage",
37-
"prepublishOnly": "pnpm build && pnpm type-check"
37+
"prepublishOnly": "pnpm build && pnpm check:type"
3838
},
3939
"dependencies": {
4040
"@apidevtools/json-schema-ref-parser": "^15.2.2",

0 commit comments

Comments
 (0)