From f222db7ffe107afb226c9842a48797f51d31264c Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Tue, 19 Nov 2024 14:16:47 +0000 Subject: [PATCH] Add `publish-all` script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 50307257..72ad23f4 100644 --- a/package.json +++ b/package.json @@ -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": "*",