Skip to content

Commit 2598837

Browse files
Fix package.json for mcp
1 parent 14620bc commit 2598837

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mcp-package/dist/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
"*.md"
1414
],
1515
"scripts": {
16-
"build": "node build.js",
17-
"prepublishOnly": "npm run build",
18-
"test": "node test.js",
19-
"publish:npm": "cd dist && npm publish",
20-
"publish": "./publish.sh"
16+
"test": "node test.js"
2117
},
2218
"keywords": [
2319
"mcp",

0 commit comments

Comments
 (0)