Skip to content

Commit 0c839dd

Browse files
committed
fix(cli): include build/index.js in tarball
1 parent 1324e31 commit 0c839dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"scripts": {
2626
"build": "tsup && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
27+
"prepublishOnly": "pnpm run build",
2728
"prepare": "husky",
2829
"watch": "tsup --watch",
2930
"inspector": "npx @modelcontextprotocol/inspector build/index.js",

0 commit comments

Comments
 (0)