Skip to content

Commit fa60794

Browse files
committed
chore: 增加alpha版本发布命令
1 parent ec0a93e commit fa60794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"changeset": "changeset",
2424
"changeset:version": "changeset version",
2525
"publish:only": "changeset publish --registry=https://registry.npmjs.org",
26+
"publish:alpha": "changeset publish --tag alpha --registry=https://registry.npmjs.org",
2627
"setup:husky": "husky install .husky",
2728
"prepare": "is-ci || run-p setup:husky build"
2829
},

0 commit comments

Comments
 (0)