Skip to content

Commit

Permalink
do not manually change version before publishing (#5722)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Dec 13, 2024
1 parent 64f4103 commit c432342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"typedoc": "turbo run typedoc",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build:release && changeset publish",
"release": "turbo run update-version && pnpm build:release && changeset publish",
"version-packages:nightly": "node scripts/pre-nightly.mjs && changeset version --snapshot nightly",
"release:nightly": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build && changeset publish --tag nightly",
"release:nightly": "turbo run update-version && pnpm build && changeset publish --tag nightly",
"hotlink-init": "node ./scripts/hotlink/hotlink-init.mjs",
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
},
Expand Down

0 comments on commit c432342

Please sign in to comment.