Skip to content

Commit

Permalink
Add experimental release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jun 3, 2024
1 parent bae85b2 commit 5d96fe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=storybook^... && changeset publish"
"release": "turbo run build --filter=storybook^... && changeset publish",
"version-packages:experimental": "changeset version --snapshot experimental",
"release:experimental": "changeset publish --tag experimental"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand Down

0 comments on commit 5d96fe0

Please sign in to comment.