We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4615b01 commit 3ec6fc0Copy full SHA for 3ec6fc0
index.js
@@ -25,7 +25,6 @@ configCommand.command('create')
25
program.command('storybook')
26
.description('Snapshot Storybook stories')
27
.argument('<url>', 'Storybook url')
28
- .requiredOption('--buildname <string>', 'Build name')
29
.option('-c --config <file>', 'Config file path')
30
// .option('--env <prod|stage>', 'Runtime environment option', 'prod')
31
.action(async function(url, options) {
0 commit comments