feat: Add npm release script

This commit is contained in:
2026-04-14 18:02:06 +05:30
parent 0eff954a4f
commit 56841bb34d
3 changed files with 126 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"test-mcp-server": "bun run src/test/manual/test-mcp-server.ts",
"test": "bun test",
"prepublish": "npm run type-check && npm run lint && npm pack --dry-run",
"publish": "npm publish --access=public"
"release": "bash scripts/release.sh --patch"
},
"keywords": [
"mcp",