Skip to content

Commit

Permalink
Add publish-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Nov 19, 2024
1 parent 3044d81 commit 7ecfdf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 7ecfdf9

Please sign in to comment.