Skip to content

Commit

Permalink
Update beta release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jun 3, 2024
1 parent ff29776 commit c0771bd
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 @@ -9,8 +9,8 @@
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=storybook^... && changeset publish",
"version-packages:experimental": "changeset version --snapshot experimental",
"release:experimental": "changeset publish --tag experimental"
"version-packages:beta": "changeset version --snapshot beta",
"release:beta": "changeset publish --tag beta"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit c0771bd

Please sign in to comment.