Add publish-all script

This commit is contained in:
Justin Spahr-Summers
2024-11-19 14:16:47 +00:00
parent 8729d06c2e
commit f222db7ffe

View File

@@ -13,7 +13,8 @@
"files": [],
"scripts": {
"build": "npm run build --workspaces",
"watch": "npm run watch --workspaces"
"watch": "npm run watch --workspaces",
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
},
"dependencies": {
"@modelcontextprotocol/server-everything": "*",