Skip to content

Commit

Permalink
fix: change in release command
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtalks committed Sep 25, 2024
1 parent e3c7aa0 commit 3c9dd50
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 version && changeset publish"
"local-release": "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 version && changeset publish"
"local-release": "changeset publish"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3c9dd50

Please sign in to comment.