Skip to content

Commit 83602d7

Browse files
authored
fix: build all entry points (cli, index, internal) (#3)
1 parent b2d701a commit 83602d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-client-gen",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Generate type-safe TypeScript clients from MCP (Model Context Protocol) servers",
55
"type": "module",
66
"exports": {
@@ -71,7 +71,7 @@
7171
"endOfLine": "lf"
7272
},
7373
"scripts": {
74-
"build": "bun build src/cli.ts --outdir dist --target node --sourcemap",
74+
"build": "bun build src/cli.ts src/index.ts src/internal.ts --outdir dist --target node --sourcemap",
7575
"clean": "rm -rf dist",
7676
"test": "bun test src",
7777
"test:e2e": "bun test test/e2e",

0 commit comments

Comments
 (0)