Skip to content

Commit 8c111a7

Browse files
remove prepare
1 parent 77f7424 commit 8c111a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"description": "Model Context Protocol (MCP) server for NASA APIs",
55
"main": "dist/index.js",
66
"bin": {
7-
"nasa-mcp-server": "./dist/index.js"
7+
"nasa-mcp-server": "dist/index.js"
88
},
99
"scripts": {
10-
"prepare": "npm install --no-save shx typescript && npm run build",
1110
"build": "tsc && shx chmod +x dist/*.js",
1211
"start": "node dist/index.js",
1312
"start:sse": "node dist/sse-server.js",

0 commit comments

Comments
 (0)