Skip to content

Commit 56ec9be

Browse files
committed
Add publish-all script
1 parent 360d090 commit 56ec9be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"start-client": "cd client && npm run preview",
3030
"start": "./bin/cli.js",
3131
"prepare": "npm run build",
32-
"prettier-fix": "prettier --write ."
32+
"prettier-fix": "prettier --write .",
33+
"publish-all": "npm publish --workspaces --access public && npm publish --access public"
3334
},
3435
"dependencies": {
3536
"@modelcontextprotocol/inspector-client": "0.2.0",

0 commit comments

Comments
 (0)