Skip to content

Commit 105088c

Browse files
committed
fix: update prepare command
1 parent 0fba59b commit 105088c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"build": "tsc && shx chmod +x dist/*.js",
19-
"prepare": "pnpm build",
19+
"prepare": "pnpm run build",
2020
"watch": "tsc --watch",
2121
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
2222
},

0 commit comments

Comments
 (0)