Skip to content

Commit 23c2977

Browse files
committed
fix release
1 parent 4974837 commit 23c2977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"playground:build": "yarn workspace @react-docgen-internal/playground run build",
1616
"playground:start": "yarn workspace @react-docgen-internal/playground run start",
1717
"changesets-version": "changeset version && yarn install --mode update-lockfile",
18-
"release": "yarn build && changeset publish --tag=next"
18+
"release": "yarn build && changeset publish"
1919
},
2020
"license": "MIT",
2121
"workspaces": [

0 commit comments

Comments
 (0)