Skip to content

Commit

Permalink
fix: updated release cmd to have version bump
Browse files Browse the repository at this point in the history
\
  • Loading branch information
harshtalks committed Sep 25, 2024
1 parent e9bd93f commit 8fe5122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tiptap-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ci": "pnpm run build && pnpm run check-exports && pnpm run lint",
"check-exports": "attw --pack .",
"prepublishOnly": "pnpm run ci",
"local-release": "changeset publish"
"local-release": "changeset version && changeset publish"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ci": "pnpm run build && pnpm run check-exports && pnpm run lint",
"check-exports": "attw --pack .",
"prepublishOnly": "pnpm run ci",
"local-release": "changeset publish"
"local-release": "changeset version && changeset publish"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8fe5122

Please sign in to comment.