We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1324e31 commit 0c839ddCopy full SHA for 0c839dd
1 file changed
package.json
@@ -24,6 +24,7 @@
24
},
25
"scripts": {
26
"build": "tsup && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
27
+ "prepublishOnly": "pnpm run build",
28
"prepare": "husky",
29
"watch": "tsup --watch",
30
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
0 commit comments