Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Dec 15, 2022
1 parent 4974837 commit 23c2977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"playground:build": "yarn workspace @react-docgen-internal/playground run build",
"playground:start": "yarn workspace @react-docgen-internal/playground run start",
"changesets-version": "changeset version && yarn install --mode update-lockfile",
"release": "yarn build && changeset publish --tag=next"
"release": "yarn build && changeset publish"
},
"license": "MIT",
"workspaces": [
Expand Down

0 comments on commit 23c2977

Please sign in to comment.