Skip to content

Commit 0f671cb

Browse files
committed
chore: update local publish command
1 parent 63b3f1b commit 0f671cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@missingstudio/cli",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Missing Studio's AI assistant for interacting with the Model Context Protocol servers",
55
"keywords": [
66
"mcp",
@@ -42,7 +42,7 @@
4242
"prepublishOnly": "npm run ci",
4343
"version": "changeset version",
4444
"release": "changeset publish",
45-
"local-publish": "changeset publish && git push --follow-tags"
45+
"local-publish": "npm run build && changeset publish && git push --follow-tags"
4646
},
4747
"license": "MIT",
4848
"dependencies": {

0 commit comments

Comments
 (0)