mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
parent
45d942f94a
commit
ce578f9c59
|
|
@ -62,7 +62,7 @@ async function main() {
|
||||||
.option('tag', {
|
.option('tag', {
|
||||||
description: 'Tag to publish to npm',
|
description: 'Tag to publish to npm',
|
||||||
type: 'choices',
|
type: 'choices',
|
||||||
choices: ['experimental', 'beta'],
|
choices: ['experimental', 'beta', 'rc'],
|
||||||
default: 'experimental',
|
default: 'experimental',
|
||||||
})
|
})
|
||||||
.option('version-name', {
|
.option('version-name', {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user