Skip to content

Commit 3ec6fc0

Browse files
committed
Remove --buildname option
* Build name would be displayed as branch name
1 parent 4615b01 commit 3ec6fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ configCommand.command('create')
2525
program.command('storybook')
2626
.description('Snapshot Storybook stories')
2727
.argument('<url>', 'Storybook url')
28-
.requiredOption('--buildname <string>', 'Build name')
2928
.option('-c --config <file>', 'Config file path')
3029
// .option('--env <prod|stage>', 'Runtime environment option', 'prod')
3130
.action(async function(url, options) {

0 commit comments

Comments
 (0)