Skip to content

Commit c432342

Browse files
authored
do not manually change version before publishing (#5722)
1 parent 64f4103 commit c432342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"typedoc": "turbo run typedoc",
3434
"changeset": "changeset",
3535
"version-packages": "changeset version",
36-
"release": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build:release && changeset publish",
36+
"release": "turbo run update-version && pnpm build:release && changeset publish",
3737
"version-packages:nightly": "node scripts/pre-nightly.mjs && changeset version --snapshot nightly",
38-
"release:nightly": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build && changeset publish --tag nightly",
38+
"release:nightly": "turbo run update-version && pnpm build && changeset publish --tag nightly",
3939
"hotlink-init": "node ./scripts/hotlink/hotlink-init.mjs",
4040
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
4141
},

0 commit comments

Comments
 (0)